]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
removed unnecessary return in a void function
[wxWidgets.git] / include / wx / msw / setup0.h
index 54d883ecee57f09184c0f54dfb19a6b7bea6300d..a88f1b49b61094b1d7ce8a4f5f88788c99005070 100644 (file)
 // compatibility settings
 // ----------------------------------------------------------------------------
 
-// This setting determines the compatibility with 2.4 API: set it to 1 to
-// enable it but please consider updating your code instead.
-//
-// Default is 0
-//
-// Recommended setting: 0 (please update your code)
-#define WXWIN_COMPATIBILITY_2_4 0
-
 // This setting determines the compatibility with 2.6 API: set it to 0 to
 // flag all cases of using deprecated functions.
 //
 // wxDC cacheing implementation
 #define wxUSE_DC_CACHEING 1
 
-// Set this to 1 to enable the use of DIB's for wxBitmap to support
-// bitmaps > 16MB on Win95/98/Me.  Set to 0 to use DDB's only.
-#define wxUSE_DIB_FOR_BITMAP 0
-
 // Set this to 1 to enable wxDIB class used internally for manipulating
 // wxBitmao data.
 //