wxWidgets/include
2009-04-25 14:12:32 +00:00
..
msvc/wx allow predefining wxNO_XXX_LIB symbols to avoid implicitly linking with the corresponding library when using msvc/wx/setup.h 2008-04-13 02:09:52 +00:00
wx define wxStrchr(non-const char-or-wchar_t*) as a template to ensure that second parameter of any type that can be used with const version can be used with this one too; this is shorter than listing them all explicitly and without this Borland refuses to compile wxStrchr(char *, wxUniChar) (see #10736) 2009-04-25 14:12:32 +00:00