[pkg-wine-party] [SCM] Debian Wine packaging branch, wheezy, updated. wine-1.4-7-302-gb61b690

Alexandre Julliard julliard at winehq.org
Sun Jun 17 20:03:24 UTC 2012


The following commit has been merged in the wheezy branch:
commit 9b2dc218452ce8d93c4982a86a40705f9b2ee65d
Author: Daniel Lehman <dlehman at esri.com>
Date:   Fri Jan 13 15:58:48 2012 -0800

    msvcrt: Add declarations to stdlib.h for _strtoui64 and _strtoi64.
    (cherry picked from commit 5afde5f37832aaff99276c6e9926cf510797886b)

diff --git a/include/msvcrt/stdlib.h b/include/msvcrt/stdlib.h
index c972156..5010949 100644
--- a/include/msvcrt/stdlib.h
+++ b/include/msvcrt/stdlib.h
@@ -201,6 +201,10 @@ void          __cdecl srand(unsigned int);
 double        __cdecl strtod(const char*,char**);
 __msvcrt_long __cdecl strtol(const char*,char**,int);
 __msvcrt_ulong __cdecl strtoul(const char*,char**,int);
+__int64       __cdecl _strtoi64(const char*,char**,int);
+__int64       __cdecl _strtoi64_l(const char*,char**,int,_locale_t);
+unsigned __int64 __cdecl _strtoui64(const char*,char**,int);
+unsigned __int64 __cdecl _strtoui64_l(const char*,char**,int,_locale_t);
 int           __cdecl system(const char*);
 void*         __cdecl bsearch(const void*,const void*,size_t,size_t,int (*)(const void*,const void*));
 void          __cdecl qsort(void*,size_t,size_t,int (*)(const void*,const void*));

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list