add #error for platforms with weird sizeof(wchar_t)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-06-09 23:22:44 +00:00
parent 78d14f80e9
commit bab1e72221

View File

@ -72,6 +72,9 @@
#define WC_NAME "UTF16"
#define WC_BSWAP BSWAP_UTF16
#define WC_UTF16
#else // sizeof(wchar_t) != 2 nor 4
// I don't know what to do about this
#error "Please report your platform details to wx-users mailing list"
#endif
// ----------------------------------------------------------------------------