You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
ICU: Update to version 72.1
This commit is contained in:
4
thirdparty/icu4c/common/uinit.cpp
vendored
4
thirdparty/icu4c/common/uinit.cpp
vendored
@@ -26,11 +26,11 @@
|
||||
|
||||
U_NAMESPACE_BEGIN
|
||||
|
||||
static UInitOnce gICUInitOnce = U_INITONCE_INITIALIZER;
|
||||
static UInitOnce gICUInitOnce {};
|
||||
|
||||
static UBool U_CALLCONV uinit_cleanup() {
|
||||
gICUInitOnce.reset();
|
||||
return TRUE;
|
||||
return true;
|
||||
}
|
||||
|
||||
static void U_CALLCONV
|
||||
|
||||
Reference in New Issue
Block a user