diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-07-29 02:29:46 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:36 +0200 |
| commit | 3b458d258326f7103cddb922de90d311745a1038 (patch) | |
| tree | aa1bbbd2a982d966165e9d92d341d5dc0f5517c0 /src/win95 | |
| parent | 71fa444424be52b9b2c3fd508ad663923d28a62c (diff) | |
More compiling. All 'easy-to-compile' files now do.
Added the Rebellion license.
Diffstat (limited to 'src/win95')
| -rw-r--r-- | src/win95/awbmpld.cpp | 1 | ||||
| -rw-r--r-- | src/win95/bmpnames.cpp | 4 | ||||
| -rw-r--r-- | src/win95/d3_func.cpp | 36 | ||||
| -rw-r--r-- | src/win95/debuglog.cpp | 3 | ||||
| -rw-r--r-- | src/win95/texio.c | 1 |
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" |
