Commit 841f6959 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 8c777a8c
......@@ -25,6 +25,7 @@ cat <<EOF
#include <stdio.h>
#include <stdlib.h>
#include "windef.h"
#include "winbase.h"
EOF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment