summaryrefslogtreecommitdiff
path: root/src/timezone/pgtz.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/timezone/pgtz.h')
-rw-r--r--src/timezone/pgtz.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/timezone/pgtz.h b/src/timezone/pgtz.h
new file mode 100644
index 0000000000..17df71cbec
--- /dev/null
+++ b/src/timezone/pgtz.h
@@ -0,0 +1,8 @@
+#include "postgres.h"
+
+#define NOID
+#define HAVE_SYMLINK 0
+#define HAVE_SYS_WAIT_H 0
+#define TZDIR pgwin32_TZDIR()
+
+char *pgwin32_TZDIR(void);