qcap: Remove unneeded NONAMELESSXXX directives.

Francois Gouget fgouget at free.fr
Wed Mar 18 02:19:53 CDT 2015


---
 dlls/qcap/capturegraph.c | 2 --
 dlls/qcap/qcap_main.c    | 2 --
 dlls/qcap/v4l.c          | 2 --
 dlls/qcap/vfwcapture.c   | 2 --
 4 files changed, 8 deletions(-)

diff --git a/dlls/qcap/capturegraph.c b/dlls/qcap/capturegraph.c
index f5973c8..e2bc54d 100644
--- a/dlls/qcap/capturegraph.c
+++ b/dlls/qcap/capturegraph.c
@@ -23,8 +23,6 @@
 #include <stdarg.h>
 
 #define COBJMACROS
-#define NONAMELESSSTRUCT
-#define NONAMELESSUNION
 
 #include "windef.h"
 #include "winbase.h"
diff --git a/dlls/qcap/qcap_main.c b/dlls/qcap/qcap_main.c
index 0f9ed14..ddacd62 100644
--- a/dlls/qcap/qcap_main.c
+++ b/dlls/qcap/qcap_main.c
@@ -25,8 +25,6 @@
 #include <stdarg.h>
 
 #define COBJMACROS
-#define NONAMELESSSTRUCT
-#define NONAMELESSUNION
 
 #include "windef.h"
 #include "winbase.h"
diff --git a/dlls/qcap/v4l.c b/dlls/qcap/v4l.c
index 4e19b71..54e0230 100644
--- a/dlls/qcap/v4l.c
+++ b/dlls/qcap/v4l.c
@@ -25,8 +25,6 @@
 #include "config.h"
 #include "wine/port.h"
 
-#define NONAMELESSSTRUCT
-#define NONAMELESSUNION
 #define COBJMACROS
 
 #include <stdarg.h>
diff --git a/dlls/qcap/vfwcapture.c b/dlls/qcap/vfwcapture.c
index 2551534..23f7407 100644
--- a/dlls/qcap/vfwcapture.c
+++ b/dlls/qcap/vfwcapture.c
@@ -18,8 +18,6 @@
  *
  */
 
-#define NONAMELESSSTRUCT
-#define NONAMELESSUNION
 #define COBJMACROS
 
 #include "config.h"
-- 
2.1.4




More information about the wine-patches mailing list