From 3af8a1e16f011461df935c99fe662551e5bb4700 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Wed, 8 Sep 2004 19:06:07 +0000 Subject: [PATCH] Set _WIN32_WINNT to 0x0501 so we get the definition of PTIMERAPCROUTINE from the Windows headers. --- dlls/kernel/tests/timer.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/kernel/tests/timer.c b/dlls/kernel/tests/timer.c index db6c5fd2679..d66e2b56e9d 100644 --- a/dlls/kernel/tests/timer.c +++ b/dlls/kernel/tests/timer.c @@ -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" -- 2.11.4.GIT