This commit is contained in:
irungentoo 2013-10-19 22:30:23 -04:00
commit 1ad9e6d8ac
2 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,8 @@
//Windows XP //Windows XP
#define WINVER 0x0501 #define WINVER 0x0501
#endif #endif
#include <winsock2.h>
#include <windows.h> #include <windows.h>
double get_time() double get_time()
{ {

View File

@ -21,6 +21,10 @@
* *
*/ */
#if (_WIN32_WINNT >= _WIN32_WINNT_WINXP)
#define _WIN32_WINNT 0x501
#endif
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
#endif #endif