diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 4b73caeb91..820338996b 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -859,12 +859,6 @@ // supported this makes easier the issue // of portable icons and bitmaps. -#define wxUSE_IMAGE_LOADING_IN_MSW 1 - // Use dynamic DIB loading/saving code in utils/dib under MSW. -#define wxUSE_RESOURCE_LOADING_IN_MSW 1 - // Use dynamic icon/cursor loading/saving code - // under MSW. - // use wxExpr (a.k.a. PrologIO) #define wxUSE_PROLOGIO 0 diff --git a/src/msw/tbarmsw.cpp b/src/msw/tbarmsw.cpp index d4ae0b4164..2db4053acf 100644 --- a/src/msw/tbarmsw.cpp +++ b/src/msw/tbarmsw.cpp @@ -34,10 +34,6 @@ #if wxUSE_TOOLBAR && defined(__WIN16__) -#if !defined(__WIN32__) && !wxUSE_IMAGE_LOADING_IN_MSW - #error wxToolBar needs wxUSE_IMAGE_LOADING_IN_MSW under Win16 -#endif - #if !defined(__GNUWIN32__) && !defined(__SALFORDC__) #include "malloc.h" #endif