removed wxUSE_IMAGE_LOADING_IN_MSW and wxUSE_RESOURCE_LOADING_IN_MSW settings, they're not used any more

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-03-23 21:36:43 +00:00
parent 2b254edf9c
commit 810f173e8d
2 changed files with 0 additions and 10 deletions

View File

@@ -859,12 +859,6 @@
// supported this makes easier the issue // supported this makes easier the issue
// of portable icons and bitmaps. // 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) // use wxExpr (a.k.a. PrologIO)
#define wxUSE_PROLOGIO 0 #define wxUSE_PROLOGIO 0

View File

@@ -34,10 +34,6 @@
#if wxUSE_TOOLBAR && defined(__WIN16__) #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__) #if !defined(__GNUWIN32__) && !defined(__SALFORDC__)
#include "malloc.h" #include "malloc.h"
#endif #endif