Windows buildhackfix from 9f70645270.
This commit is contained in:
committed by
Josh Allard
parent
3473a51e03
commit
0ad1d9e025
@@ -25,6 +25,10 @@ enum
|
||||
eHooked
|
||||
};
|
||||
|
||||
#ifdef WIN32_LEAN_AND_MEAN
|
||||
#undef SendMessage
|
||||
#endif
|
||||
|
||||
SH_DECL_HOOK3(ISteamGameCoordinator, SendMessage, SH_NOATTRIB, 0, EGCResults, uint32, const void *, uint32);
|
||||
SH_DECL_HOOK1(ISteamGameCoordinator, IsMessageAvailable, SH_NOATTRIB, 0, bool, uint32 *);
|
||||
SH_DECL_HOOK4(ISteamGameCoordinator, RetrieveMessage, SH_NOATTRIB, 0, EGCResults, uint32 *, void *, uint32, uint32 *);
|
||||
|
||||
Reference in New Issue
Block a user