We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de9a46 commit 8491998Copy full SHA for 8491998
src/include/pg_config.h.win32
@@ -589,10 +589,18 @@
589
#define SIZEOF_LONG 4
590
591
/* The size of `size_t', as computed by sizeof. */
592
+#ifndef _WIN64
593
#define SIZEOF_SIZE_T 4
594
+#else
595
+#define SIZEOF_SIZE_T 8
596
+#endif
597
598
/* The size of `void *', as computed by sizeof. */
599
600
#define SIZEOF_VOID_P 4
601
602
+#define SIZEOF_VOID_P 8
603
604
605
/* Define to 1 if you have the ANSI C header files. */
606
#define STDC_HEADERS 1
0 commit comments