From a9cf09aa34a6be79ea6509a39076f3164993f76c Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Mon, 30 Jul 2001 00:05:20 +0000 Subject: More compiling. --- src/win95/awbmpld.cpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/win95/awbmpld.cpp') 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) -- cgit v1.3