Updated code to handle Borland 5.5 Compile.

This commit is contained in:
skarg
2009-07-29 17:53:32 +00:00
parent a503aca204
commit 6adf97553f
8 changed files with 68 additions and 13 deletions
-7
View File
@@ -30,15 +30,8 @@
#define STRICT 1
#include <windows.h>
#include <MMSystem.h>
#include <sys/time.h>
#include <sys/timeb.h>
#include "timer.h"
#if defined(__BORLANDC__)
#define _timeb timeb
#define _ftime(param) ftime(param)
#endif
/* counter for the various timers */
static volatile uint32_t Millisecond_Counter[MAX_MILLISECOND_TIMERS];