[USER32]
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 18 Oct 2014 18:41:15 +0000 (18:41 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 18 Oct 2014 18:41:15 +0000 (18:41 +0000)
* WINEMessageTypeNames is only used in a case wrapped inside #ifndef __REACTOS__.

svn path=/trunk/; revision=64810

reactos/win32ss/user/user32/windows/spy.c

index 7882181..2124fe2 100644 (file)
@@ -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