Updated time code changes to compile with Visual Studio Express 2008.

This commit is contained in:
petermcs
2010-01-22 15:07:21 +00:00
parent a724293088
commit ea5c45b911
2 changed files with 21 additions and 0 deletions
+2
View File
@@ -33,8 +33,10 @@
#if defined(__BORLANDC__)
#include <winsock2.h>
#else
#if !defined(_MSC_VER)
#include <sys/time.h>
#endif
#endif
#include <sys/timeb.h>
#if defined(__BORLANDC__)
#define _timeb timeb