On Windows windef.h must be included before winbase.h.

This commit is contained in:
Francois Gouget 2002-12-16 22:12:47 +00:00 committed by Alexandre Julliard
parent 8c777a8c8c
commit 841f695959
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ cat <<EOF
#include <stdio.h>
#include <stdlib.h>
#include "windef.h"
#include "winbase.h"
EOF