ntdll/tests: Remove an unneeded NONAMELESSSTRUCT directive. (try2)

Francois Gouget fgouget at free.fr
Fri Mar 13 21:38:49 CDT 2015


---

This replaces the previous ntdll/tests patch which did not compile in 
64bit.

 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"
-- 
2.1.4



More information about the wine-patches mailing list