setupapi: Remove unneeded NONAMELESSXXX directives.

Francois Gouget fgouget at free.fr
Wed Mar 18 13:01:26 CDT 2015


---
 dlls/setupapi/fakedll.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dlls/setupapi/fakedll.c b/dlls/setupapi/fakedll.c
index b543ade..fdd9bea 100644
--- a/dlls/setupapi/fakedll.c
+++ b/dlls/setupapi/fakedll.c
@@ -35,8 +35,7 @@
 
 #define COBJMACROS
 #define ATL_INITGUID
-#define NONAMELESSSTRUCT
-#define NONAMELESSUNION
+
 #include "ntstatus.h"
 #define WIN32_NO_STATUS
 #include "windef.h"
-- 
2.1.4




More information about the wine-patches mailing list