Francois Gouget : setupapi: Remove unneeded NONAMELESSXXX directives.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Mar 19 09:59:02 CDT 2015


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Mar 18 19:01:26 2015 +0100

setupapi: Remove unneeded NONAMELESSXXX directives.

---

 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"




More information about the wine-cvs mailing list