summaryrefslogtreecommitdiff
path: root/src/win95/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/win95/io.c')
-rw-r--r--src/win95/io.c18
1 files changed, 5 insertions, 13 deletions
diff --git a/src/win95/io.c b/src/win95/io.c
index ab2c540..ef3400f 100644
--- a/src/win95/io.c
+++ b/src/win95/io.c
@@ -1,6 +1,6 @@
#include "3dc.h"
-#include <sys\stat.h>
+#include <sys/stat.h>
#include <string.h>
#include "inline.h"
@@ -600,11 +600,12 @@ void (*SetVideoMode[]) (void) = {
*/
-void InitialiseSystem(HINSTANCE hInstance, int nCmdShow)
-
+void InitialiseSystem()
{
BOOL rc;
-
+ HINSTANCE hInstance = 0;
+ int nCmdShow = 1;
+
/*
Pick up processor type
*/
@@ -1764,15 +1765,6 @@ void InitPrintQueue(void)
AND ONLY ONCE!!!!
*/
-#if debug || PreBeta
-extern LPDIRECTDRAWSURFACE lpDDDbgFont;
-#endif
-
-
-
-
-
-
/*