8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 10:43:03 +01:00

MSVC declare uintXXX_t types at stdint.h

This commit is contained in:
hvlad 2019-11-13 19:19:25 +02:00
parent 9007a085b1
commit 62ef3c6edf

View File

@ -31,6 +31,8 @@
#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
#else
#include <stdint.h>
#endif
#ifndef WIN_NT