commit | ae4311c71c76fa9b8da70febd4d12c821ce9f9dc | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Tue Jan 07 23:11:12 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jan 07 23:11:12 2003 +0000 |
tree | bea746c65a397e59ef6e50cac26a66919134ca16 | |
parent | eb585a9685b792cf828c31759128310f788e402f [diff] [blame] |
Defined NONAMELESSUNION/STRUCT directly in the files that need it instead of globally in the makefile.
diff --git a/programs/wineconsole/dialog.c b/programs/wineconsole/dialog.c index d41b74b..ca12425 100644 --- a/programs/wineconsole/dialog.c +++ b/programs/wineconsole/dialog.c
@@ -19,6 +19,9 @@ #include <stdio.h> #include <stdlib.h> + +#define NONAMELESSUNION +#define NONAMELESSSTRUCT #include "commctrl.h" #include "prsht.h" #include "winecon_user.h"