Fix build issue to wrongly declared QXMPP_VERSION define
It is declared as an unenclosed or'dered value, making comparison failing. ie, lead to #if (0x1 << 16) | (0x0 << 8) | 0x0 >= 65536
Showing
Please register or sign in to comment
It is declared as an unenclosed or'dered value, making comparison failing. ie, lead to #if (0x1 << 16) | (0x0 << 8) | 0x0 >= 65536