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:
parent
9007a085b1
commit
62ef3c6edf
@ -31,6 +31,8 @@
|
||||
|
||||
#ifdef HAVE_INTTYPES_H
|
||||
#include <inttypes.h>
|
||||
#else
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#ifndef WIN_NT
|
||||
|
Loading…
Reference in New Issue
Block a user