Module: wine Branch: master Commit: e96ab17ec1ff356564f558589b0353866ab7a830 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e96ab17ec1ff356564f558589b...
Author: Francois Gouget fgouget@free.fr Date: Thu Mar 12 10:38:59 2015 +0100
hhctrl.ocx: Remove unneeded NONAMELESSXXX directives.
---
dlls/hhctrl.ocx/content.c | 1 - dlls/hhctrl.ocx/index.c | 3 --- dlls/hhctrl.ocx/search.c | 3 --- 3 files changed, 7 deletions(-)
diff --git a/dlls/hhctrl.ocx/content.c b/dlls/hhctrl.ocx/content.c index 28bda11..6a7c8f8 100644 --- a/dlls/hhctrl.ocx/content.c +++ b/dlls/hhctrl.ocx/content.c @@ -18,7 +18,6 @@ */
#define NONAMELESSUNION -#define NONAMELESSSTRUCT
#include "hhctrl.h" #include "stream.h" diff --git a/dlls/hhctrl.ocx/index.c b/dlls/hhctrl.ocx/index.c index af1efb8..8b80ce2 100644 --- a/dlls/hhctrl.ocx/index.c +++ b/dlls/hhctrl.ocx/index.c @@ -17,9 +17,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-#define NONAMELESSUNION -#define NONAMELESSSTRUCT - #include "hhctrl.h" #include "stream.h"
diff --git a/dlls/hhctrl.ocx/search.c b/dlls/hhctrl.ocx/search.c index 571cdd6..287e6d0 100644 --- a/dlls/hhctrl.ocx/search.c +++ b/dlls/hhctrl.ocx/search.c @@ -16,9 +16,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-#define NONAMELESSUNION -#define NONAMELESSSTRUCT - #include "hhctrl.h" #include "stream.h"