Mercurial > hg > orthanc-postgresql
view Resources/Platforms/pg_config_ext.h @ 130:5ced32a226b1
cppcheck, and fix issue #62
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Fri, 11 Aug 2017 17:53:43 +0200 |
| parents | 1d7c4b961831 |
| children |
line wrap: on
line source
/* * src/include/pg_config_ext.h.in. This is generated manually, not by * autoheader, since we want to limit which symbols get defined here. */ /* Define to the name of a signed 64-bit integer type. */ #include <stdint.h> #define PG_INT64_TYPE int64_t
