Use 'long long' integers on Windows
This commit is contained in:
parent
87c99d5c8f
commit
b98751d991
2
kuroko.h
2
kuroko.h
@ -4,7 +4,7 @@
|
|||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#ifdef __EMSCRIPTEN__
|
#if defined(__EMSCRIPTEN__) || defined(_WIN32)
|
||||||
typedef long long krk_integer_type;
|
typedef long long krk_integer_type;
|
||||||
#define PRIkrk_int "%lld"
|
#define PRIkrk_int "%lld"
|
||||||
#define PRIkrk_hex "%llx"
|
#define PRIkrk_hex "%llx"
|
||||||
|
Loading…
Reference in New Issue
Block a user