More compiling.

This commit is contained in:
Steven Fuller 2001-07-30 00:05:20 +00:00 committed by Patryk Obara
parent 4db15e7459
commit a9cf09aa34
9 changed files with 49 additions and 59 deletions

View file

@ -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)