Francois Gouget : windowscodecs: Remove unneeded NONAMELESSXXX directives.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Mar 26 11:13:57 CDT 2015


Module: wine
Branch: master
Commit: 0d80651e95b8f6a5a20adfe5aaec15f1167d9a59
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0d80651e95b8f6a5a20adfe5aaec15f1167d9a59

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Mar 26 15:29:53 2015 +0100

windowscodecs: Remove unneeded NONAMELESSXXX directives.

---

 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>




More information about the wine-cvs mailing list