From 8c05353f47d25c1a097d3938333ba212f12b3ea2 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 13 Nov 2008 23:00:00 +0000 Subject: -- Remove Win31, DOS, and Mac cruft git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@20 0d43b9a7-5ab2-4d7b-af9d-f64450cef757 --- sysspec.h | 38 -------------------------------------- 1 file changed, 38 deletions(-) (limited to 'sysspec.h') 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 -#include -#include -#include -extern struct TMTask myTMTask; -extern long MacHSTdelay,MacHSTohead; -#endif - -/* -** Windows 3.1 timer defines -*/ -#ifdef WIN31TIMER -#include -#include -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); -- cgit v1.2.3