Francois Gouget : shlwapi: Remove unneeded NONAMELESSXXX directives.
Module: wine Branch: master Commit: 14aa446f1d8d8e89fd9c6c314cd61bc74c1aae60 URL: http://source.winehq.org/git/wine.git/?a=commit;h=14aa446f1d8d8e89fd9c6c314c... Author: Francois Gouget <fgouget(a)free.fr> Date: Fri Mar 20 09:50:41 2015 +0100 shlwapi: Remove unneeded NONAMELESSXXX directives. --- dlls/shlwapi/istream.c | 1 - dlls/shlwapi/msgbox.c | 2 -- dlls/shlwapi/ordinal.c | 2 -- dlls/shlwapi/stopwatch.c | 2 +- dlls/shlwapi/string.c | 2 +- 5 files changed, 2 insertions(+), 7 deletions(-) diff --git a/dlls/shlwapi/istream.c b/dlls/shlwapi/istream.c index bbd331a..e641995 100644 --- a/dlls/shlwapi/istream.c +++ b/dlls/shlwapi/istream.c @@ -22,7 +22,6 @@ #define COBJMACROS #define NONAMELESSUNION -#define NONAMELESSSTRUCT #include "windef.h" #include "winbase.h" diff --git a/dlls/shlwapi/msgbox.c b/dlls/shlwapi/msgbox.c index 506bd46..90bbb59 100644 --- a/dlls/shlwapi/msgbox.c +++ b/dlls/shlwapi/msgbox.c @@ -24,8 +24,6 @@ #include <stdarg.h> #include <string.h> -#define NONAMELESSUNION -#define NONAMELESSSTRUCT #include "windef.h" #include "winbase.h" #include "winuser.h" diff --git a/dlls/shlwapi/ordinal.c b/dlls/shlwapi/ordinal.c index 0ea235c..3da25b4 100644 --- a/dlls/shlwapi/ordinal.c +++ b/dlls/shlwapi/ordinal.c @@ -28,8 +28,6 @@ #include <string.h> #define COBJMACROS -#define NONAMELESSUNION -#define NONAMELESSSTRUCT #include "windef.h" #include "winbase.h" diff --git a/dlls/shlwapi/stopwatch.c b/dlls/shlwapi/stopwatch.c index 7f86fde..7a7007e 100644 --- a/dlls/shlwapi/stopwatch.c +++ b/dlls/shlwapi/stopwatch.c @@ -31,7 +31,7 @@ #include <stdlib.h> #define NONAMELESSUNION -#define NONAMELESSSTRUCT + #include "windef.h" #include "winbase.h" #include "winreg.h" diff --git a/dlls/shlwapi/string.c b/dlls/shlwapi/string.c index 6e90b4e..4d77c3f 100644 --- a/dlls/shlwapi/string.c +++ b/dlls/shlwapi/string.c @@ -28,7 +28,7 @@ #include <string.h> #define NONAMELESSUNION -#define NONAMELESSSTRUCT + #include "windef.h" #include "winbase.h" #define NO_SHLWAPI_REG
participants (1)
-
Alexandre Julliard