various fixes, the most significant being that saving state now works.

This commit is contained in:
theoddone33
2001-04-15 01:23:24 +00:00
parent 3d00b7f21a
commit 918f4b7048
5 changed files with 47 additions and 40 deletions

View File

@@ -32,12 +32,11 @@
#ifdef __LINUX__
#define STUB_FUNCTION fprintf(stderr,"STUB: %s at " __FILE__ ", line %d, thread %d\n",__FUNCTION__,__LINE__,getpid())
#endif
#include <errno.h>
FILE *FILEHANDLE[16];
DWORD CurrentHandle=0;
// ZFileSystemInit
// return 0
@@ -315,14 +314,10 @@ DWORD GetDate()
#ifdef __LINUX__
int _chdrive( int drive )
{
STUB_FUNCTION;
// STUB_FUNCTION;
}
int _getdrive( void )
{
STUB_FUNCTION;
}
void _splitpath( const char *path, char *drive, char *dir, char *fname, char *ext )
{
STUB_FUNCTION;
// STUB_FUNCTION;
}
#endif