]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/setup0.h
link unicows.lib implicitely when using MSVC and wxUSE_UNICODE_MSLU==1 (thi is used...
[wxWidgets.git] / include / wx / os2 / setup0.h
index 5c9989e68afae68bfc011fd2b28d2e8a195322fb..30106270a33f04d7fde7d5af1d057dda41625369 100644 (file)
 // (just use Windows printing).
 #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1
 
-// Define as 1 to use Microsoft's ItsyBitsy small title bar library, for
-// wxMiniFrame. This setting is only used for Win3.1; Win9x and NT use native
-// miniframes support instead.
-//
-// Default is 0 for (most) Win32 (systems), 1 for Win16
-//
-#define wxUSE_ITSY_BITSY             0
-
 // Set this to 1 to use RICHEDIT controls for wxTextCtrl with style wxTE_RICH
 // which allows to put more than ~32Kb of text in it even under Win9x (NT
 // doesn't have such limitation).