Module: wine Branch: master Commit: 99f0f3a7e1876df5d217a3c9ceb0c3150145179d URL: http://source.winehq.org/git/wine.git/?a=commit;h=99f0f3a7e1876df5d217a3c9ce...
Author: Francois Gouget fgouget@free.fr Date: Mon Mar 9 09:32:39 2015 +0100
comdlg32: Remove unneeded NONAMELESSSTRUCT directives.
---
dlls/comdlg32/filedlg.c | 1 - dlls/comdlg32/filedlgbrowser.c | 1 - dlls/comdlg32/itemdlg.c | 1 - 3 files changed, 3 deletions(-)
diff --git a/dlls/comdlg32/filedlg.c b/dlls/comdlg32/filedlg.c index e0939ef..2890108 100644 --- a/dlls/comdlg32/filedlg.c +++ b/dlls/comdlg32/filedlg.c @@ -56,7 +56,6 @@
#define COBJMACROS #define NONAMELESSUNION -#define NONAMELESSSTRUCT
#include "windef.h" #include "winbase.h" diff --git a/dlls/comdlg32/filedlgbrowser.c b/dlls/comdlg32/filedlgbrowser.c index eed34f5..ce97ec3 100644 --- a/dlls/comdlg32/filedlgbrowser.c +++ b/dlls/comdlg32/filedlgbrowser.c @@ -25,7 +25,6 @@
#define COBJMACROS #define NONAMELESSUNION -#define NONAMELESSSTRUCT
#include "windef.h" #include "winbase.h" diff --git a/dlls/comdlg32/itemdlg.c b/dlls/comdlg32/itemdlg.c index 3b97111..c37b66e 100644 --- a/dlls/comdlg32/itemdlg.c +++ b/dlls/comdlg32/itemdlg.c @@ -22,7 +22,6 @@
#define COBJMACROS #define NONAMELESSUNION -#define NONAMELESSSTRUCT
#include "windef.h" #include "winbase.h"