ClientMessage: undefine GetMessage on WIN32
This commit is contained in:
@@ -24,6 +24,12 @@
|
|||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
|
/* fuck WIN32! */
|
||||||
|
#include <windows.h>
|
||||||
|
#undef GetMessage
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A client-to-client message.
|
* A client-to-client message.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user