Francois Gouget : wineconsole: Remove an unneeded NONAMELESSSTRUCT directive.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Apr 2 11:09:21 CDT 2015


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Apr  2 12:25:37 2015 +0200

wineconsole: Remove an unneeded NONAMELESSSTRUCT directive.

---

 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"




More information about the wine-cvs mailing list