mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Fix type noticed by Peter Mazinger.
This commit is contained in:
@@ -3220,7 +3220,7 @@ diff -urN gcc-3.4.1-dist/libstdc++-v3/include/c_compatibility/wchar.h gcc-3.4.1/
|
||||
using std::wmemcpy;
|
||||
using std::wmemmove;
|
||||
using std::wmemset;
|
||||
+#if __GLIBCXX_HAVE_WCSFTIME
|
||||
+#if _GLIBCXX_HAVE_WCSFTIME
|
||||
using std::wcsftime;
|
||||
+#endif
|
||||
|
||||
|
||||
@@ -3225,7 +3225,7 @@ diff -urN gcc-3.4.2-dist/libstdc++-v3/include/c_compatibility/wchar.h gcc-3.4.2/
|
||||
using std::wmemcpy;
|
||||
using std::wmemmove;
|
||||
using std::wmemset;
|
||||
+#if __GLIBCXX_HAVE_WCSFTIME
|
||||
+#if _GLIBCXX_HAVE_WCSFTIME
|
||||
using std::wcsftime;
|
||||
+#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user