Fixed build on Windows due to SendMessage macro
This commit is contained in:
@@ -23,6 +23,10 @@
|
||||
#include "smsdk_ext.h"
|
||||
#include "sourcehook.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#undef SendMessage
|
||||
#endif
|
||||
|
||||
class SteamWorksGCHooks
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user