msvcrt: Add __get_current_locale.
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com> Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a3b7712263
commit
d1c872f8eb
|
@ -589,7 +589,7 @@
|
|||
@ stub ___fls_setvalue@8
|
||||
@ cdecl __fpecode()
|
||||
@ cdecl __free_locale(ptr) MSVCRT__free_locale
|
||||
@ stub __get_current_locale
|
||||
@ cdecl __get_current_locale() MSVCRT__get_current_locale
|
||||
@ stub __get_flsindex
|
||||
@ stub __get_tlsindex
|
||||
@ cdecl __getmainargs(ptr ptr ptr long ptr)
|
||||
|
|
|
@ -937,7 +937,7 @@
|
|||
@ cdecl __dstbias() MSVCRT___p__dstbias
|
||||
@ cdecl __fpecode()
|
||||
@ cdecl __free_locale(ptr) MSVCRT__free_locale
|
||||
@ stub __get_current_locale
|
||||
@ cdecl __get_current_locale() MSVCRT__get_current_locale
|
||||
@ stub __get_flsindex
|
||||
@ stub __get_tlsindex
|
||||
@ cdecl __getmainargs(ptr ptr ptr long ptr)
|
||||
|
|
|
@ -927,7 +927,7 @@
|
|||
@ cdecl __dstbias() MSVCRT___p__dstbias
|
||||
@ cdecl __fpecode()
|
||||
@ cdecl __free_locale(ptr) MSVCRT__free_locale
|
||||
@ stub __get_current_locale
|
||||
@ cdecl __get_current_locale() MSVCRT__get_current_locale
|
||||
@ stub __get_flsindex
|
||||
@ stub __get_tlsindex
|
||||
@ cdecl __getmainargs(ptr ptr ptr long ptr)
|
||||
|
|
|
@ -903,7 +903,7 @@
|
|||
@ cdecl __dstbias() msvcr120.__dstbias
|
||||
@ cdecl __fpecode() msvcr120.__fpecode
|
||||
@ cdecl __free_locale(ptr) msvcr120.__free_locale
|
||||
@ stub __get_current_locale
|
||||
@ cdecl __get_current_locale() msvcr120.__get_current_locale
|
||||
@ stub __get_flsindex
|
||||
@ stub __get_tlsindex
|
||||
@ cdecl __getmainargs(ptr ptr ptr long ptr) msvcr120.__getmainargs
|
||||
|
|
|
@ -228,7 +228,7 @@
|
|||
@ cdecl __fpecode()
|
||||
@ cdecl __free_locale(ptr) MSVCRT__free_locale
|
||||
@ stub __get_app_type
|
||||
@ stub __get_current_locale
|
||||
@ cdecl __get_current_locale() MSVCRT__get_current_locale
|
||||
@ stub __get_flsindex
|
||||
@ stub __get_tlsindex
|
||||
@ cdecl __getmainargs(ptr ptr ptr long ptr)
|
||||
|
|
|
@ -217,7 +217,7 @@
|
|||
@ cdecl __fpecode()
|
||||
@ cdecl __free_locale(ptr) MSVCRT__free_locale
|
||||
@ stub __get_app_type
|
||||
@ stub __get_current_locale
|
||||
@ cdecl __get_current_locale() MSVCRT__get_current_locale
|
||||
@ stub __get_flsindex
|
||||
@ stub __get_tlsindex
|
||||
@ cdecl __getmainargs(ptr ptr ptr long ptr)
|
||||
|
|
Loading…
Reference in New Issue