mirror of
https://github.com/postgres/postgres.git
synced 2026-04-29 18:32:53 -04:00
8 lines
246 B
Text
8 lines
246 B
Text
|
|
/*
|
||
|
|
* src/include/pg_config_ext.h.win32. 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. */
|
||
|
|
#define PG_INT64_TYPE long long int
|