Revert "Update structures.h"

This reverts commit b628aa859d.
This commit is contained in:
Vladimir Dubrovin 2026-04-07 11:24:54 +03:00
parent b628aa859d
commit dfbb6b3213

View File

@ -16,7 +16,7 @@
#include <sys/stat.h> #include <sys/stat.h>
#include <stdint.h> #include <stdint.h>
#ifndef PRINTF_INT64_MODIFIER #ifndef PRINTF_INT64_MODIFIER
#define PRINTF_INT64_MODIFIER "PRIu64" #define PRINTF_INT64_MODIFIER "ll"
#endif #endif
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {