fixes for windows

This commit is contained in:
Sergei Golubchik 2011-10-21 23:07:13 +02:00
commit aeaa112edb
31 changed files with 57 additions and 145 deletions

View file

@ -24,7 +24,7 @@
#include "timer.hpp"
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN 1
#include <windows.h>
#else
#include <sys/time.h>