Module: wine Branch: master Commit: 9cf7398394bc7e3a2a6753b8d8c676c2881c28ce URL: http://source.winehq.org/git/wine.git/?a=commit;h=9cf7398394bc7e3a2a6753b8d8...
Author: Francois Gouget fgouget@free.fr Date: Thu Mar 5 17:31:32 2015 +0100
mountmgr.sys: Remove unneeded NONAMELESSXXX directives.
---
dlls/mountmgr.sys/device.c | 2 ++ dlls/mountmgr.sys/mountmgr.c | 1 - dlls/mountmgr.sys/mountmgr.h | 3 --- 3 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/dlls/mountmgr.sys/device.c b/dlls/mountmgr.sys/device.c index 7ee4078..5003d4d 100644 --- a/dlls/mountmgr.sys/device.c +++ b/dlls/mountmgr.sys/device.c @@ -27,6 +27,8 @@ #include <stdio.h> #include <sys/time.h>
+#define NONAMELESSUNION + #include "mountmgr.h" #include "winreg.h" #include "winuser.h" diff --git a/dlls/mountmgr.sys/mountmgr.c b/dlls/mountmgr.sys/mountmgr.c index d7bc8d7..10286dc 100644 --- a/dlls/mountmgr.sys/mountmgr.c +++ b/dlls/mountmgr.sys/mountmgr.c @@ -22,7 +22,6 @@ #include <unistd.h>
#define NONAMELESSUNION -#define NONAMELESSSTRUCT
#include "mountmgr.h" #include "winreg.h" diff --git a/dlls/mountmgr.sys/mountmgr.h b/dlls/mountmgr.sys/mountmgr.h index d1e814f..2f0db62 100644 --- a/dlls/mountmgr.sys/mountmgr.h +++ b/dlls/mountmgr.sys/mountmgr.h @@ -20,9 +20,6 @@
#include <stdarg.h>
-#define NONAMELESSUNION -#define NONAMELESSSTRUCT - #include "ntstatus.h" #define WIN32_NO_STATUS #include "windef.h"