Fix timer.c compilation on Windows

Francois Gouget fgouget at free.fr
Wed Sep 8 06:31:58 CDT 2004


Changelog:

 * dlls/kernel/tests/timer.c

   Set _WIN32_WINNT to 0x0501 so we get the definition of
PTIMERAPCROUTINE from the Windows headers.


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                         Stolen from an Internet user:
              "f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng !"
-------------- next part --------------
Index: dlls/kernel/tests/timer.c
===================================================================
RCS file: /var/cvs/wine/dlls/kernel/tests/timer.c,v
retrieving revision 1.1
diff -u -r1.1 timer.c
--- dlls/kernel/tests/timer.c	7 Sep 2004 23:28:32 -0000	1.1
+++ dlls/kernel/tests/timer.c	8 Sep 2004 10:57:34 -0000
@@ -18,6 +18,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+#define _WIN32_WINNT 0x0501
+
 #include "wine/test.h"
 #include "winbase.h"
 


More information about the wine-patches mailing list