Subject | Re: [firebird-support] Compiling clients with MinGW-W64 ibase.h, STATUS and __x86_64__ |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2016-03-30T19:42:07Z |
30.03.2016 20:53, Mike Ro miker169@... [firebird-support] wrote:
--
WBR, SD.
> But MinGW-W64 does not define _WIN64, so intptr_t is not typedef'dBut it defines __GNUC__ that cause inttypes.h to be included and _INTPTR_T_DEFINED defined.
> correctly.
--
WBR, SD.