Rename a few functions.

Currently there's conflicts between the names in the C code, and the names the haxe compiler would expect for HL/C.
This commit fixes those conflicts.
This commit is contained in:
Apprentice-Alchemist
2022-01-24 22:31:57 +01:00
parent a3b3d8593f
commit c394aea8f1
10 changed files with 2445 additions and 2445 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -45,7 +45,7 @@ abstract Locale(String) from String to String
}
#if hl
@:hlNative("lime", "lime_locale_get_system_locale") private static function lime_locale_get_system_locale():hl.Bytes
@:hlNative("lime", "hl_locale_get_system_locale") private static function lime_locale_get_system_locale():hl.Bytes
{
return null;
}