mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
ifdef some Win32 InputCore stuff for plDrawable.
This commit is contained in:
@ -51,6 +51,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
//
|
||||
|
||||
// for Win32:
|
||||
#ifdef HS_BUILD_FOR_WIN32
|
||||
|
||||
enum plOSMsg
|
||||
{
|
||||
@ -71,6 +72,12 @@ enum plOSMsg
|
||||
CHAR_MSG = WM_CHAR,
|
||||
};
|
||||
|
||||
#else
|
||||
|
||||
enum plOSMsg { };
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
//
|
||||
// generic structure that we can use to describe
|
||||
|
Reference in New Issue
Block a user