1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Rename function to be less win32 specific.

This commit is contained in:
Bruce Momjian
2004-05-01 01:34:47 +00:00
parent 1a273556a3
commit 0a2b9f9cde
2 changed files with 18 additions and 12 deletions

View File

@ -6,6 +6,6 @@
#define NOID
#define TZDIR pgwin32_TZDIR()
#define TZDIR pg_TZDIR()
char *pgwin32_TZDIR(void);
char *pg_TZDIR(void);