summaryrefslogtreecommitdiff
path: root/sysspec.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-13 23:00:00 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-13 23:00:00 +0000
commit8c05353f47d25c1a097d3938333ba212f12b3ea2 (patch)
tree29ae7e122cbda9aaf1322a8fd89f1c52c86810af /sysspec.h
parentb59b0af0b26bcca27af0216309c15da663bcd9b7 (diff)
-- Remove Win31, DOS, and Mac cruft
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@20 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
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);