wxWidgets/include
2009-04-25 14:12:32 +00:00
..
msvc/wx
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