Francois Gouget : qcap: Remove unneeded NONAMELESSXXX directives.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Mar 18 10:26:29 CDT 2015


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Mar 18 08:19:53 2015 +0100

qcap: Remove unneeded NONAMELESSXXX directives.

---

 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"




More information about the wine-cvs mailing list