make style

This commit is contained in:
Philippe Teuwen 2020-06-08 03:15:10 +02:00
commit 224cb2ffd7
38 changed files with 1531 additions and 1550 deletions

View file

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