Set _WIN32_WINNT to 0x0501 so we get the definition of

PTIMERAPCROUTINE from the Windows headers.
This commit is contained in:
Francois Gouget 2004-09-08 19:06:07 +00:00 committed by Alexandre Julliard
parent 9ecc71213f
commit 3af8a1e16f
1 changed files with 2 additions and 0 deletions

View File

@ -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"