minor Windows include tweak
Needed a minor change to test committing from a new development system.
This commit is contained in:
@@ -43,6 +43,8 @@ struct DynamicLibrary {
|
||||
|
||||
#ifdef WIN32
|
||||
|
||||
#define _WIN32_WINNT 0x501 /* Windows XP or newer */
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#include "utf_winfunc.h"
|
||||
#include "utfconv.h"
|
||||
|
||||
@@ -33,6 +33,9 @@
|
||||
#include "PIL_time.h"
|
||||
|
||||
#ifdef WIN32
|
||||
|
||||
#define _WIN32_WINNT 0x501 /* Windows XP or newer */
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
double PIL_check_seconds_timer(void)
|
||||
|
||||
Reference in New Issue
Block a user