Piotr Caban : include: Update msvcrt/locale.h.

Alexandre Julliard julliard at winehq.org
Tue Dec 6 15:46:18 CST 2011


Module: wine
Branch: master
Commit: f4518b9a543d0f87b7303e918fb04d2f7758a04e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f4518b9a543d0f87b7303e918fb04d2f7758a04e

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Tue Dec  6 12:48:31 2011 +0100

include: Update msvcrt/locale.h.

---

 include/msvcrt/locale.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/msvcrt/locale.h b/include/msvcrt/locale.h
index 2b97c54..5e0dd35 100644
--- a/include/msvcrt/locale.h
+++ b/include/msvcrt/locale.h
@@ -63,6 +63,10 @@ extern "C" {
 
 char*         __cdecl setlocale(int,const char*);
 struct lconv* __cdecl localeconv(void);
+int           __cdecl _configthreadlocale(int);
+_locale_t     __cdecl _get_current_locale(void);
+_locale_t     __cdecl _create_locale(int, const char*);
+void          __cdecl _free_locale(_locale_t);
 
 #ifndef _WLOCALE_DEFINED
 #define _WLOCALE_DEFINED




More information about the wine-cvs mailing list