Francois Gouget : winex11.drv: Remove unneeded NONAMELESSXXX directives.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Apr 1 10:40:58 CDT 2015


Module: wine
Branch: master
Commit: 3adc91f3fc0d0df70c3ed5ad0be41eb36afcbb82
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3adc91f3fc0d0df70c3ed5ad0be41eb36afcbb82

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Mar 31 21:05:29 2015 +0200

winex11.drv: Remove unneeded NONAMELESSXXX directives.

---

 dlls/winex11.drv/event.c    | 2 --
 dlls/winex11.drv/keyboard.c | 2 +-
 dlls/winex11.drv/mouse.c    | 1 -
 3 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/dlls/winex11.drv/event.c b/dlls/winex11.drv/event.c
index 612951d..a1abfe7 100644
--- a/dlls/winex11.drv/event.c
+++ b/dlls/winex11.drv/event.c
@@ -40,8 +40,6 @@
 #include <stdarg.h>
 #include <string.h>
 
-#define NONAMELESSUNION
-#define NONAMELESSSTRUCT
 #include "windef.h"
 #include "winbase.h"
 #include "winuser.h"
diff --git a/dlls/winex11.drv/keyboard.c b/dlls/winex11.drv/keyboard.c
index 039d15b..1323e19 100644
--- a/dlls/winex11.drv/keyboard.c
+++ b/dlls/winex11.drv/keyboard.c
@@ -39,7 +39,7 @@
 #include <string.h>
 
 #define NONAMELESSUNION
-#define NONAMELESSSTRUCT
+
 #include "windef.h"
 #include "winbase.h"
 #include "wingdi.h"
diff --git a/dlls/winex11.drv/mouse.c b/dlls/winex11.drv/mouse.c
index 0858f2e..3a11b41 100644
--- a/dlls/winex11.drv/mouse.c
+++ b/dlls/winex11.drv/mouse.c
@@ -44,7 +44,6 @@ MAKE_FUNCPTR(XcursorLibraryLoadCursor);
 #endif /* SONAME_LIBXCURSOR */
 
 #define NONAMELESSUNION
-#define NONAMELESSSTRUCT
 #define OEMRESOURCE
 #include "windef.h"
 #include "winbase.h"




More information about the wine-cvs mailing list