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
#define WINVER 0x0501
#endif
#include <winsock2.h>
#include <windows.h>
double get_time()
{

View File

@ -20,6 +20,10 @@
* along with Tox. If not, see <http://www.gnu.org/licenses/>.
*
*/
#if (_WIN32_WINNT >= _WIN32_WINNT_WINXP)
#define _WIN32_WINNT 0x501
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"