diff options
Diffstat (limited to 'src/timezone/pgtz.h')
-rw-r--r-- | src/timezone/pgtz.h | 4 |
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); |