hhctrl.ocx: Remove unneeded NONAMELESSXXX directives.

Francois Gouget fgouget at free.fr
Thu Mar 12 04:38:59 CDT 2015


---
 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"
 
-- 
2.1.4




More information about the wine-patches mailing list