Added wxUSE_WXDIB guard to Toolbar sample.

This commit is contained in:
Tim S 2017-05-08 09:45:08 -04:00
parent bd63bb49e3
commit 2d0ac3d027

View File

@ -36,7 +36,7 @@
// define this to use XPMs everywhere (by default, BMPs are used under Win)
// BMPs use less space, but aren't compiled into the executable on other platforms
#ifdef __WINDOWS__
#if defined(__WINDOWS__) && wxUSE_WXDIB
#define USE_XPM_BITMAPS 0
#else
#define USE_XPM_BITMAPS 1