Merge pull request #739 from grspy/master
Fix 32-bit time_t compilation error on WIN64
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#define _USE_32BIT_TIME_T 1
|
||||
#if !defined(_WIN64)
|
||||
# define _USE_32BIT_TIME_T 1
|
||||
#endif
|
||||
#include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
Reference in New Issue
Block a user