wineconsole: Remove an unneeded NONAMELESSSTRUCT directive.

Francois Gouget fgouget at free.fr
Thu Apr 2 05:25:37 CDT 2015


---
 programs/wineconsole/dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/wineconsole/dialog.c b/programs/wineconsole/dialog.c
index 8ca6563..8573d07 100644
--- a/programs/wineconsole/dialog.c
+++ b/programs/wineconsole/dialog.c
@@ -22,7 +22,7 @@
 #include <stdarg.h>
 
 #define NONAMELESSUNION
-#define NONAMELESSSTRUCT
+
 #include "windef.h"
 #include "winbase.h"
 #include "wingdi.h"
-- 
2.1.4



More information about the wine-patches mailing list