Displaying 7 results from an estimated 7 matches for "_strtoi64".
Did you mean:
_strtoui64
2012 Apr 17
1
[PATCH 2/2] replace local_strtoull with _strtoui64 in windows
Previous patch replaced the other local_strtoll with _strtoi64
---
include/share/compat.h | 3 ++-
src/metaflac/options.c | 23 +----------------------
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
@@ -...
2012 Apr 17
1
[PATCH] Remove local_strtoull, windows has equivalent function _strtoui64
...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
@@ -59,3 +59,11 @@
#include <inttypes.h>
#endif
+#if defined(_MSC_VER)
+#define strtoll _strtoi64
+#endif
+
+#if defined(_MSC_VER)
+#define restrict __restrict
+#endif
+
diff --git a/src/flac/main.c b/src/flac/main.c
index 80af14c..6f24e55 100644
--- a/src/flac/main.c
+++ b/src/flac/main.c
@@ -36,6 +36,7 @@
#include "FLAC/all.h"
#include "share/alloc.h"
#include "sh...
2019 Aug 16
0
Wine release 4.14
...uw D. M. Davies (3):
user32: Don't query the nonclient metrics unless the font info is required.
riched20: Move handling of EM_SETCHARFORMAT to a helper function.
riched20: Don't force an update when styles are changed.
Jacek Caban (34):
stdlib.h: Forward strtoll to _strtoi64.
stdio.h: Use __acrt_iob_func to access standard stream files.
winegcc: Use imported crt DLL instead of msvcrt if specified.
d3d9x: Build with ucrtbase.
gdiplus: Build with ucrtbase.
vbscript: Build with ucrtbase.
dsound: Build with ucrtbase.
winecrt0: Add...
2012 Apr 27
0
Wine release 1.5.3
...sic: 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.
server: A...
2012 Jun 15
0
Wine release 1.4.1
...ding 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: IsDialogMessage sho...
2010 Apr 02
0
Wine release 1.1.42
...msvcr90: Added _get/set_invalid_parameter_handler 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 buf...
2011 May 14
3
Problems building wine 1.3.20 on Mac os x 10.6.7
...in assembly code... no
checking 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 f...