forked from premiere/premiere-libtorrent
fix minor mingw issue
This commit is contained in:
parent
a7b8ae9e27
commit
9382c77ea2
|
@ -47,7 +47,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef PRId64
|
#ifndef PRId64
|
||||||
#ifdef _WIN32
|
#ifdef _MSC_VER
|
||||||
#define PRId64 "I64d"
|
#define PRId64 "I64d"
|
||||||
#else
|
#else
|
||||||
#define PRId64 "lld"
|
#define PRId64 "lld"
|
||||||
|
|
Loading…
Reference in New Issue