Commit 2de7cd32 authored by Max Kellermann's avatar Max Kellermann

ClientMessage: undefine GetMessage on WIN32

parent 098aa185
......@@ -24,6 +24,12 @@
#include <string>
#ifdef WIN32
/* fuck WIN32! */
#include <windows.h>
#undef GetMessage
#endif
/**
* A client-to-client message.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment