Add guards around test cases

This commit is contained in:
Maarten Bent
2018-09-18 19:14:12 +02:00
parent 4a93c99aeb
commit a914478f60
6 changed files with 17 additions and 1 deletions

View File

@@ -12,6 +12,8 @@
#include "testprec.h"
#ifdef wxHAS_RAW_BITMAP
#ifdef __BORLANDC__
#pragma hdrstop
#endif
@@ -153,3 +155,5 @@ void BitmapTestCase::OverlappingBlit()
}
}
}
#endif //wxHAS_RAW_BITMAP