mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 04:36:33 +00:00
Fix type noticed by Peter Mazinger.
This commit is contained in:
parent
ce1dd7b540
commit
e722c5e1b3
@ -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::wmemcpy;
|
||||||
using std::wmemmove;
|
using std::wmemmove;
|
||||||
using std::wmemset;
|
using std::wmemset;
|
||||||
+#if __GLIBCXX_HAVE_WCSFTIME
|
+#if _GLIBCXX_HAVE_WCSFTIME
|
||||||
using std::wcsftime;
|
using std::wcsftime;
|
||||||
+#endif
|
+#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::wmemcpy;
|
||||||
using std::wmemmove;
|
using std::wmemmove;
|
||||||
using std::wmemset;
|
using std::wmemset;
|
||||||
+#if __GLIBCXX_HAVE_WCSFTIME
|
+#if _GLIBCXX_HAVE_WCSFTIME
|
||||||
using std::wcsftime;
|
using std::wcsftime;
|
||||||
+#endif
|
+#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user