- Fixed define for Windows time functions

diff --git a/library/x509parse.c b/library/x509parse.c
index 326c986..8341344 100644
--- a/library/x509parse.c
+++ b/library/x509parse.c
@@ -52,7 +52,7 @@
 
 #include <string.h>
 #include <stdlib.h>
-#if defined(_WIN32_WCE)
+#if defined(_WIN32)
 #include <windows.h>
 #else
 #include <time.h>