Commit d1c872f8 authored by Gijs Vermeulen's avatar Gijs Vermeulen Committed by Alexandre Julliard

msvcrt: Add __get_current_locale.

parent a3b77122
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment