Winemaker wrappers

Francois Gouget fgouget at free.fr
Sun Oct 7 20:33:05 CDT 2001



Changelog:

 * tools/winemaker

   wrappers must always be compiled in STRICT mode


--
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                     f u kn rd ts, ur wy 2 gky 4 ur wn gd.
-------------- next part --------------
Index: tools/winemaker
===================================================================
RCS file: /home/wine/wine/tools/winemaker,v
retrieving revision 1.32
diff -u -r1.32 winemaker
--- tools/winemaker	2001/09/24 01:11:50	1.32
+++ tools/winemaker	2001/10/05 20:35:39
@@ -3061,6 +3075,10 @@
 /*
  * Copyright 2000 Francois Gouget <fgouget at codeweavers.com> for CodeWeavers
  */
+
+#ifndef STRICT
+#define STRICT
+#endif
 
 #include <dlfcn.h>
 #include <windows.h>


More information about the wine-patches mailing list