Module: wine Branch: master Commit: d1c872f8ebd42180bf7be09e986037354a366e9f URL: https://source.winehq.org/git/wine.git/?a=commit;h=d1c872f8ebd42180bf7be09e9...
Author: Gijs Vermeulen gijsvrm@gmail.com Date: Mon Mar 26 11:41:02 2018 +0200
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
---
dlls/msvcr100/msvcr100.spec | 2 +- dlls/msvcr110/msvcr110.spec | 2 +- dlls/msvcr120/msvcr120.spec | 2 +- dlls/msvcr120_app/msvcr120_app.spec | 2 +- dlls/msvcr80/msvcr80.spec | 2 +- dlls/msvcr90/msvcr90.spec | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dlls/msvcr100/msvcr100.spec b/dlls/msvcr100/msvcr100.spec index 20d8848..e9c557a 100644 --- a/dlls/msvcr100/msvcr100.spec +++ b/dlls/msvcr100/msvcr100.spec @@ -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) diff --git a/dlls/msvcr110/msvcr110.spec b/dlls/msvcr110/msvcr110.spec index 437ecef..2890402 100644 --- a/dlls/msvcr110/msvcr110.spec +++ b/dlls/msvcr110/msvcr110.spec @@ -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) diff --git a/dlls/msvcr120/msvcr120.spec b/dlls/msvcr120/msvcr120.spec index 9aec9e0..59fd636 100644 --- a/dlls/msvcr120/msvcr120.spec +++ b/dlls/msvcr120/msvcr120.spec @@ -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) diff --git a/dlls/msvcr120_app/msvcr120_app.spec b/dlls/msvcr120_app/msvcr120_app.spec index 3075bbc..245c151 100644 --- a/dlls/msvcr120_app/msvcr120_app.spec +++ b/dlls/msvcr120_app/msvcr120_app.spec @@ -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 diff --git a/dlls/msvcr80/msvcr80.spec b/dlls/msvcr80/msvcr80.spec index 4a86c7f..7e657d6 100644 --- a/dlls/msvcr80/msvcr80.spec +++ b/dlls/msvcr80/msvcr80.spec @@ -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) diff --git a/dlls/msvcr90/msvcr90.spec b/dlls/msvcr90/msvcr90.spec index d3d480d..288975e 100644 --- a/dlls/msvcr90/msvcr90.spec +++ b/dlls/msvcr90/msvcr90.spec @@ -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)