1. some more of "#if wxUSE_XXX" here and there
2. Makefile fixes for Cygwin compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#if wxUSE_INTL
|
||||
|
||||
// standard headers
|
||||
#include <locale.h>
|
||||
#include <ctype.h>
|
||||
@@ -646,3 +648,6 @@ wxLocale *wxSetLocale(wxLocale *pLocale)
|
||||
g_pLocale = pLocale;
|
||||
return pOld;
|
||||
}
|
||||
|
||||
#endif // wxUSE_INTL
|
||||
|
||||
|
Reference in New Issue
Block a user