Module: wine Branch: master Commit: 2271d82cdaffd964b41fd573da3e9f8f78227afd URL: http://source.winehq.org/git/wine.git/?a=commit;h=2271d82cdaffd964b41fd573da...
Author: Francois Gouget fgouget@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"