Francois Gouget : comctl32: Remove unneeded NONAMELESSSTRUCT directives.
Module: wine Branch: master Commit: c04cc70f7de202fcde4d326315d90706705d8184 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c04cc70f7de202fcde4d326315... Author: Francois Gouget <fgouget(a)free.fr> Date: Mon Mar 9 09:32:08 2015 +0100 comctl32: Remove unneeded NONAMELESSSTRUCT directives. --- dlls/comctl32/comctl32undoc.c | 1 - dlls/comctl32/propsheet.c | 2 +- dlls/comctl32/treeview.c | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dlls/comctl32/comctl32undoc.c b/dlls/comctl32/comctl32undoc.c index 97bbf1a..639db05 100644 --- a/dlls/comctl32/comctl32undoc.c +++ b/dlls/comctl32/comctl32undoc.c @@ -36,7 +36,6 @@ #define COBJMACROS #define NONAMELESSUNION -#define NONAMELESSSTRUCT #include "windef.h" #include "winbase.h" diff --git a/dlls/comctl32/propsheet.c b/dlls/comctl32/propsheet.c index 5de0deb..ce7001c 100644 --- a/dlls/comctl32/propsheet.c +++ b/dlls/comctl32/propsheet.c @@ -56,7 +56,7 @@ #include <string.h> #define NONAMELESSUNION -#define NONAMELESSSTRUCT + #include "windef.h" #include "winbase.h" #include "wingdi.h" diff --git a/dlls/comctl32/treeview.c b/dlls/comctl32/treeview.c index 4067323..f13090f 100644 --- a/dlls/comctl32/treeview.c +++ b/dlls/comctl32/treeview.c @@ -51,7 +51,7 @@ #include <stdlib.h> #define NONAMELESSUNION -#define NONAMELESSSTRUCT + #include "windef.h" #include "winbase.h" #include "wingdi.h"
participants (1)
-
Alexandre Julliard