simpler define

This commit is contained in:
iceman1001 2020-05-19 20:53:52 +02:00
parent 6a87bdd44e
commit 3dd55e2c04

View file

@ -1,7 +1,9 @@
#define __STDC_FORMAT_MACROS
#if !defined(_WIN64)
#if defined(_WIN32)
# define _USE_32BIT_TIME_T 1
#endif
#include <inttypes.h>
#include <stdio.h>
#include <stdbool.h>