mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-17 06:03:02 +00:00
1
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
// $NoKeywords: $
|
||||
//===========================================================================//
|
||||
|
||||
// define windows function macros again
|
||||
#ifdef UNICODE
|
||||
#define PostMessage PostMessageW
|
||||
#define GetClassName GetClassNameW
|
||||
#define SendMessage SendMessageW
|
||||
#else
|
||||
#define PostMessage PostMessageA
|
||||
#define GetClassName GetClassNameA
|
||||
#define SendMessage SendMessageA
|
||||
#endif // !UNICODE
|
||||
|
||||
Reference in New Issue
Block a user