Changelog: Francois Gouget <fgouget@codeweavers.com> * tools/make_ctests On Windows windef.h must be included before winbase.h -- Francois Gouget fgouget@codeweavers.com
Index: tools/make_ctests =================================================================== RCS file: /home/wine/wine/tools/make_ctests,v retrieving revision 1.1 diff -u -r1.1 make_ctests --- tools/make_ctests 11 Nov 2002 20:25:54 -0000 1.1 +++ tools/make_ctests 16 Dec 2002 18:01:12 -0000 @@ -25,6 +25,7 @@ #include <stsdio.h> #include <stdlib.h> +#include "windef.h" #include "winbase.h" EOF