On Windows windef.h must be included before winbase.h.
This commit is contained in:
parent
8c777a8c8c
commit
841f695959
|
@ -25,6 +25,7 @@ cat <<EOF
|
|||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue