Add missing include in make_ctests

Francois Gouget fgouget at codeweavers.com
Mon Dec 16 13:08:33 CST 2002


Changelog:

    Francois Gouget <fgouget at codeweavers.com>

  * tools/make_ctests
    On Windows windef.h must be included before winbase.h

-- 
Francois Gouget
fgouget at codeweavers.com

-------------- next part --------------
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


More information about the wine-patches mailing list