search for: _strtoui64

Displaying 7 results from an estimated 7 matches for "_strtoui64".

2012 Apr 17
1
[PATCH 2/2] replace local_strtoull with _strtoui64 in windows
...--------- 2 files changed, 3 insertions(+), 23 deletions(-) diff --git a/include/share/compat.h b/include/share/compat.h index ff5c8af..8ad3698 100644 --- a/include/share/compat.h +++ b/include/share/compat.h @@ -61,9 +61,10 @@ #if defined(_MSC_VER) #define strtoll _strtoi64 +#define strtoull _strtoui64 #endif -#if defined(_MSC_VER) +#if defined(_MSC_VER) #define restrict __restrict #endif diff --git a/src/metaflac/options.c b/src/metaflac/options.c index 43e1f6c..0f227da 100644 --- a/src/metaflac/options.c +++ b/src/metaflac/options.c @@ -25,6 +25,7 @@ #include "utils.h" #incl...
2012 Apr 17
1
[PATCH] Remove local_strtoull, windows has equivalent function _strtoui64
--- include/share/compat.h | 8 ++++++++ src/flac/main.c | 37 +------------------------------------ src/share/grabbag/seektable.c | 31 +------------------------------ 3 files changed, 10 insertions(+), 66 deletions(-) diff --git a/include/share/compat.h b/include/share/compat.h index e9ac958..ff5c8af 100644 --- a/include/share/compat.h +++ b/include/share/compat.h
2014 Mar 09
1
PATCH: strtoull
For MSVS, share/compat.h redefines strtoull as _strtoui64, and there's no need in local__strtoull(). -------------- next part -------------- A non-text attachment was scrubbed... Name: strtoull.patch Type: application/octet-stream Size: 936 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20140310/b959b299/attachmen...
2012 Apr 27
0
Wine release 1.5.3
...ytes. dmusic: Implement IDirectMusicBuffer_GetStartTime and IDirectMusicBuffer_SetStartTime. dmusic: Implement IDirectMusicBufferImpl_Flush. Daniel Lehman (3): gdi32: Don't add_join if points are coincident in wide_line_segments. msvcrt: Add declarations to stdlib.h for _strtoui64 and _strtoi64. oleaut32: Treat years 0 to 29 as 2000 to 2029 in VARIANT_RollUdate. Detlef Riekenberg (2): browseui: Add IOleWindow to IProgressDialog. browseui/tests: Add tests for IProgressDialog. Dmitry Timoshkov (17): kernel32: Fix some typos, remove not needed casts....
2012 Jun 15
0
Wine release 1.4.1
...regedit: Adding new subkey to a key with no subkeys now works with native comctl32. oleaut32: Added support for loading cursors in OLEPicture. Daniel Lehman (3): gdi32: Don't add_join if points are coincident in wide_line_segments. msvcrt: Add declarations to stdlib.h for _strtoui64 and _strtoi64. oleaut32: Treat years 0 to 29 as 2000 to 2029 in VARIANT_RollUdate. Detlef Riekenberg (1): ntdll: Implement RtlGetProductInfo. Dmitry Timoshkov (10): gdiplus: Create GDI brush only when needed. gdiplus: Create GDI bitmap only when needed. user32: IsDia...
2010 Apr 02
0
Wine release 1.1.42
...dler implementation. msvcr90: Added implementation of __sys_nerr and __sys_errlist. msvcrt: Rename functions conflicting with mingw headers. msvcrt: Avoid using scalb function. msvcrt: Avoid using localtime_r. msvcrt: Added _strtoi64 implementation. msvcrt: Added _strtoui64 implementation. msvcrt: Move invalid parameter tests to msvcr90. msvcrt: Fix _get/_set_invalid_parameter_handler implementation. msvcrt: Added implementation of _controlfp_s. Rob Shearman (14): widl: Don't pre-calculate buffer size for arrays that aren't treated as...
2011 May 14
3
Problems building wine 1.3.20 on Mac os x 10.6.7
...ing whether CFI directives are supported in assembly code... no checking for _pclose... no checking for _popen... no checking for _snprintf... no checking for _spawnvp... no checking for _strdup... no checking for _stricmp... no checking for _strnicmp... no checking for _strtoi64... no checking for _strtoui64... no checking for _vsnprintf... no checking for asctime_r... yes checking for chsize... no checking for dlopen... yes checking for epoll_create... no checking for ffs... yes checking for finite... yes checking for fnmatch... yes checking for fork... yes checking for fpclass... no checking for fsta...