Fix compilation due to nameless structs and unions.

This commit is contained in:
Robert Shearman 2003-07-02 00:36:18 +00:00 committed by Alexandre Julliard
parent 4f432e0545
commit f040a4514f

View file

@ -21,6 +21,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "winuser.h"