- Fixed define for Windows time functions

This commit is contained in:
Paul Bakker 2011-12-04 22:11:35 +00:00
parent 4f5ae803fa
commit 4f229e5d83

View File

@ -52,7 +52,7 @@
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#if defined(_WIN32_WCE) #if defined(_WIN32)
#include <windows.h> #include <windows.h>
#else #else
#include <time.h> #include <time.h>