summaryrefslogtreecommitdiff
path: root/src/timezone/pgtz.h
diff options
context:
space:
mode:
authorBruce Momjian2004-05-01 01:34:47 +0000
committerBruce Momjian2004-05-01 01:34:47 +0000
commit0a2b9f9cdeb4696755578d80f0cbbc12455a27b9 (patch)
tree33998c1beb3c3501a5ad0b98e8e16ca4742a7eea /src/timezone/pgtz.h
parent1a273556a3bfec6e7c1d5433abbb4092ce91e3b5 (diff)
Rename function to be less win32 specific.
Diffstat (limited to 'src/timezone/pgtz.h')
-rw-r--r--src/timezone/pgtz.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timezone/pgtz.h b/src/timezone/pgtz.h
index 09205a5ee47..8d3daee94f4 100644
--- a/src/timezone/pgtz.h
+++ b/src/timezone/pgtz.h
@@ -6,6 +6,6 @@
#define NOID
-#define TZDIR pgwin32_TZDIR()
+#define TZDIR pg_TZDIR()
-char *pgwin32_TZDIR(void);
+char *pg_TZDIR(void);