mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
- Renamed patches to use modern naming convention - Regenerated a few other paatches PR: 224301 Submitted by: me Approved by: maintainer timeout
11 lines
404 B
C++
11 lines
404 B
C++
--- xbmc/utils/CharsetConverter.cpp.orig 2017-11-14 16:55:01 UTC
|
|
+++ xbmc/utils/CharsetConverter.cpp
|
|
@@ -75,7 +75,7 @@
|
|
#define UTF16_CHARSET "UTF-16" ENDIAN_SUFFIX
|
|
#define UTF32_CHARSET "UTF-32" ENDIAN_SUFFIX
|
|
#define UTF8_SOURCE "UTF-8"
|
|
- #define WCHAR_CHARSET "WCHAR_T"
|
|
+ #define WCHAR_CHARSET UTF32_CHARSET
|
|
#if __STDC_ISO_10646__
|
|
#ifdef SIZEOF_WCHAR_T
|
|
#if SIZEOF_WCHAR_T == 4
|