diff --git a/src/common/strconv.cpp b/src/common/strconv.cpp index b8982301a6..c129faee32 100644 --- a/src/common/strconv.cpp +++ b/src/common/strconv.cpp @@ -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 // ----------------------------------------------------------------------------