Fixed build on Windows due to SendMessage macro

This commit is contained in:
Ryan Speets
2016-03-05 11:14:01 -05:00
parent 596d169395
commit 735f4c92a4
2 changed files with 4 additions and 4 deletions
+4
View File
@@ -23,6 +23,10 @@
#include "smsdk_ext.h"
#include "sourcehook.h"
#ifdef _WIN32
#undef SendMessage
#endif
class SteamWorksGCHooks
{
public: