mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
Fix Windows format warning in newer Visual Studio
This commit is contained in:
parent
525f5d0a14
commit
9e89a40748
@ -476,7 +476,7 @@ HMODULE evutil_load_windows_system_library_(const TCHAR *library_name);
|
||||
#endif
|
||||
|
||||
#ifndef EV_SIZE_FMT
|
||||
#if EV_WINDOWS
|
||||
#if defined(_MSC_VER) && _MSC_VER < 1400
|
||||
#define EV_U64_FMT "%I64u"
|
||||
#define EV_I64_FMT "%I64d"
|
||||
#define EV_I64_ARG(x) ((__int64)(x))
|
||||
|
Loading…
x
Reference in New Issue
Block a user