summaryrefslogtreecommitdiff
path: root/src/win95/io.c
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-07-28 23:13:49 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:36 +0200
commit71fa444424be52b9b2c3fd508ad663923d28a62c (patch)
treeea900efcb439d1889255e0c598dbf455608f36a4 /src/win95/io.c
parentf759e35cd8399d8bffea4d59c5822db8f1002409 (diff)
Removed headers that were accidently checked in.
Lots of compiling.
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
-
-
-
-
-
-
/*