summaryrefslogtreecommitdiff
path: root/src/win95
diff options
context:
space:
mode:
Diffstat (limited to 'src/win95')
-rw-r--r--src/win95/awbmpld.cpp1
-rw-r--r--src/win95/bmpnames.cpp4
-rw-r--r--src/win95/d3_func.cpp36
-rw-r--r--src/win95/debuglog.cpp3
-rw-r--r--src/win95/texio.c1
5 files changed, 1 insertions, 44 deletions
diff --git a/src/win95/awbmpld.cpp b/src/win95/awbmpld.cpp
index 375e1d7..e47b156 100644
--- a/src/win95/awbmpld.cpp
+++ b/src/win95/awbmpld.cpp
@@ -1,4 +1,3 @@
-#include "advwin32.h"
#ifndef DB_LEVEL
#define DB_LEVEL 4
#endif
diff --git a/src/win95/bmpnames.cpp b/src/win95/bmpnames.cpp
index 1918033..92cb05a 100644
--- a/src/win95/bmpnames.cpp
+++ b/src/win95/bmpnames.cpp
@@ -958,7 +958,3 @@ size_t Bitmap_MD5_Chunk::size_chunk()
+(shapename ? strlen(shapename) : 0)
+3 +3&~3;
}
-
-
-
-
diff --git a/src/win95/d3_func.cpp b/src/win95/d3_func.cpp
index 923e7f2..35de5bd 100644
--- a/src/win95/d3_func.cpp
+++ b/src/win95/d3_func.cpp
@@ -907,43 +907,7 @@ void FlushZB(void)
}
-
-
// For extern "C"
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/win95/debuglog.cpp b/src/win95/debuglog.cpp
index 2e76b9f..9b64a76 100644
--- a/src/win95/debuglog.cpp
+++ b/src/win95/debuglog.cpp
@@ -1,6 +1,5 @@
#include <string.h>
#include <stdlib.h>
-#include <windows.h>
#include "debuglog.hpp"
LogFile::LogFile(char const * const _fname) : fname(0) , ever_written(0)
@@ -37,7 +36,7 @@ LogFile::~LogFile()
FILE * fp = fopen(fname,"a");
for (int attempt=0; !fp && attempt<10; ++attempt)
{
- Sleep(100);
+ /* Sleep(100); */
fp = fopen(fname,"a");
}
if (fp)
diff --git a/src/win95/texio.c b/src/win95/texio.c
index 0ffb1ae..6cea7d8 100644
--- a/src/win95/texio.c
+++ b/src/win95/texio.c
@@ -17,7 +17,6 @@
#else
#include <stdio.h>
-#include <conio.h>
#include <sys/stat.h>
#include "system.h"