mirror of
https://github.com/postgres/postgres.git
synced 2025-10-28 11:55:03 +03:00
Rename function to be less win32 specific.
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
|
||||
|
||||
#define NOID
|
||||
#define TZDIR pgwin32_TZDIR()
|
||||
#define TZDIR pg_TZDIR()
|
||||
|
||||
char *pgwin32_TZDIR(void);
|
||||
char *pg_TZDIR(void);
|
||||
|
||||
Reference in New Issue
Block a user