summaryrefslogtreecommitdiff
path: root/sysspec.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysspec.h')
-rw-r--r--sysspec.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/sysspec.h b/sysspec.h
index 8647495..8d49640 100644
--- a/sysspec.h
+++ b/sysspec.h
@@ -42,41 +42,6 @@
** System-specific includes
*/
-#ifdef DOS16MEM
-#include "dos.h"
-#endif
-
-/* #include "time.h"
-#include "io.h"
-#include "fcntl.h"
-#include "sys\stat.h" */
-/* Removed for MSVC++
-#include "alloc.h"
-*/
-
-/*
-** MAC Time Manager routines (from Code Warrior)
-*/
-#ifdef MACTIMEMGR
-#include <memory.h>
-#include <lowmem.h>
-#include <Types.h>
-#include <Timer.h>
-extern struct TMTask myTMTask;
-extern long MacHSTdelay,MacHSTohead;
-#endif
-
-/*
-** Windows 3.1 timer defines
-*/
-#ifdef WIN31TIMER
-#include <windows.h>
-#include <toolhelp.h>
-TIMERINFO win31tinfo;
-HANDLE hThlp;
-FARPROC lpfn;
-#endif
-
/**************
** EXTERNALS **
**************/
@@ -97,7 +62,6 @@ int RemoveMemArray(unsigned long adj_addr,unsigned long *true_addr);
void CreateFile(char *filename,
int *errorcode);
-#ifdef __linux__
FILE *bmOpenFile(char *fname,
int *errorcode);
@@ -116,8 +80,6 @@ void writefile(FILE *fhandle,
void *buffer,
int *errorcode);
-#endif
-
unsigned long StartStopwatch();
unsigned long StopStopwatch(unsigned long startticks);