Francois Gouget : ntdll/tests: Remove an unneeded NONAMELESSSTRUCT directive.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Mar 16 10:34:23 CDT 2015


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Mar 14 03:38:49 2015 +0100

ntdll/tests: Remove an unneeded NONAMELESSSTRUCT directive.

---

 dlls/ntdll/tests/exception.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dlls/ntdll/tests/exception.c b/dlls/ntdll/tests/exception.c
index 5cbab71..a594e3f 100644
--- a/dlls/ntdll/tests/exception.c
+++ b/dlls/ntdll/tests/exception.c
@@ -25,10 +25,9 @@
 #define _WIN32_WINNT 0x500 /* For NTSTATUS */
 #endif
 
-#define NONAMELESSUNION
-#define NONAMELESSSTRUCT
 #include "ntstatus.h"
 #define WIN32_NO_STATUS
+#define NONAMELESSUNION
 #include "windef.h"
 #include "winbase.h"
 #include "winnt.h"




More information about the wine-cvs mailing list