mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[USER32]
* WINEMessageTypeNames is only used in a case wrapped inside #ifndef __REACTOS__. svn path=/trunk/; revision=64810
This commit is contained in:
@@ -1122,6 +1122,8 @@ static const char * const CCMMessageTypeNames[SPY_MAX_CCMMSGNUM + 1] =
|
||||
};
|
||||
|
||||
#define SPY_MAX_WINEMSGNUM 9
|
||||
|
||||
#ifndef __REACTOS__
|
||||
static const char * const WINEMessageTypeNames[SPY_MAX_WINEMSGNUM + 1] =
|
||||
{
|
||||
"WM_WINE_DESTROYWINDOW",
|
||||
@@ -1134,6 +1136,7 @@ static const char * const WINEMessageTypeNames[SPY_MAX_WINEMSGNUM + 1] =
|
||||
"WM_WINE_KEYBOARD_LL_HOOK",
|
||||
"WM_WINE_MOUSE_LL_HOOK",
|
||||
};
|
||||
#endif
|
||||
|
||||
/* Virtual key names */
|
||||
#define SPY_MAX_VKKEYSNUM 255
|
||||
|
||||
Reference in New Issue
Block a user