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:
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user