windowscodecs: Remove unneeded NONAMELESSXXX directives.

Francois Gouget fgouget at free.fr
Thu Mar 26 09:29:53 CDT 2015


---
 dlls/windowscodecs/proxy.c  | 1 -
 dlls/windowscodecs/regsvr.c | 2 --
 2 files changed, 3 deletions(-)

diff --git a/dlls/windowscodecs/proxy.c b/dlls/windowscodecs/proxy.c
index 38f076f..10d34e3 100644
--- a/dlls/windowscodecs/proxy.c
+++ b/dlls/windowscodecs/proxy.c
@@ -23,7 +23,6 @@
 #include <stdarg.h>
 
 #define COBJMACROS
-#define NONAMELESSUNION
 
 #include "windef.h"
 #include "winbase.h"
diff --git a/dlls/windowscodecs/regsvr.c b/dlls/windowscodecs/regsvr.c
index 91df294..28469c7 100644
--- a/dlls/windowscodecs/regsvr.c
+++ b/dlls/windowscodecs/regsvr.c
@@ -16,8 +16,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#define NONAMELESSUNION
-#define NONAMELESSSTRUCT
 #define COBJMACROS
 #include <stdarg.h>
 #include <string.h>
-- 
2.1.4




More information about the wine-patches mailing list