diff options
author | Bruce Momjian | 2004-05-01 01:34:47 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-05-01 01:34:47 +0000 |
commit | 0a2b9f9cdeb4696755578d80f0cbbc12455a27b9 (patch) | |
tree | 33998c1beb3c3501a5ad0b98e8e16ca4742a7eea /src/timezone/pgtz.h | |
parent | 1a273556a3bfec6e7c1d5433abbb4092ce91e3b5 (diff) |
Rename function to be less win32 specific.
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); |