Francois Gouget : scsiport.sys: Remove unneeded NONAMELESSXXX directives.

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


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

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

scsiport.sys: Remove unneeded NONAMELESSXXX directives.

---

 dlls/scsiport.sys/scsiport.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dlls/scsiport.sys/scsiport.c b/dlls/scsiport.sys/scsiport.c
index f689153..baafaec 100644
--- a/dlls/scsiport.sys/scsiport.c
+++ b/dlls/scsiport.sys/scsiport.c
@@ -18,9 +18,6 @@
 
 #include <stdarg.h>
 
-#define NONAMELESSUNION
-#define NONAMELESSSTRUCT
-
 #include "ntstatus.h"
 #define WIN32_NO_STATUS
 #include "windef.h"




More information about the wine-cvs mailing list