This commit is contained in:
ejcoumans
2006-11-09 15:27:02 +00:00
parent 5102b7ac60
commit 4ab4fc8bb1
4 changed files with 11 additions and 4 deletions

View File

@@ -46,6 +46,10 @@
typedef uint64_t __int64;
#endif
#if defined (SUNOS) || defined (__SUNOS__)
#include <stdio.h>
#endif
#if defined(WIN32) || defined(_WIN32)
#define USE_WINDOWS_TIMERS
#include <windows.h>