diff options
Diffstat (limited to 'system/include/libcxx/cwchar')
-rw-r--r-- | system/include/libcxx/cwchar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/libcxx/cwchar b/system/include/libcxx/cwchar index eed6de18..caed08de 100644 --- a/system/include/libcxx/cwchar +++ b/system/include/libcxx/cwchar @@ -106,7 +106,7 @@ size_t wcsrtombs(char* restrict dst, const wchar_t** restrict src, size_t len, #include <__config> #include <cwctype> #include <wchar.h> -#if _WIN32 +#ifdef _WIN32 #include <support/win32/support.h> // pull in *swprintf defines #endif // _WIN32 |