]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
show the function in which the assert failure occured if the compiler supports it
[wxWidgets.git] / include / wx / msw / setup0.h
index ac2f4af6ef2ddf2e6ffce20410f35b23d9484ea6..5f9bf588a31f3ef112bb9272fd900115385cc64d 100644 (file)
 // 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
+// Set this to 1 to enable wxDIB class used internally for manipulating
+// wxBitmao data.
+//
+// Default is 1, set it to 0 only if you don't use wxImage neither
+//
+// Recommended setting: 1 (without it conversion to/from wxImage won't work)
 #define wxUSE_WXDIB 1
 
 // Set to 0 to disable PostScript print/preview architecture code under Windows