diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-07-30 00:05:20 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:36 +0200 |
| commit | a9cf09aa34a6be79ea6509a39076f3164993f76c (patch) | |
| tree | 8c41f5504624c7a660c5e095b9b51f994b76c95f /src/win95/awbmpld.cpp | |
| parent | 4db15e7459ab06860cb7a7e162ca6d2b52a68b9c (diff) | |
More compiling.
Diffstat (limited to 'src/win95/awbmpld.cpp')
| -rw-r--r-- | src/win95/awbmpld.cpp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/win95/awbmpld.cpp b/src/win95/awbmpld.cpp index e47b156..c6cfdcf 100644 --- a/src/win95/awbmpld.cpp +++ b/src/win95/awbmpld.cpp @@ -1,9 +1,11 @@ +#include "fixer.h" + #ifndef DB_LEVEL #define DB_LEVEL 4 #endif #include "db.h" -#include "awTexLd.hpp" +#include "awtexld.hpp" // BMP Loader @@ -183,9 +185,4 @@ void AwBmpLoader::LoadNextRow(AwTl::PtrUnion pRow) m_pMedium->MovePos(bmp_filepitchpad); } -#ifdef _MSC_VER - // VC5.0 tries to compile out code that is in a library - // and it thinks isn't being used - #line 186 -#endif AWTEXLD_IMPLEMENT_DYNCREATE("BM",AwBmpLoader) |
