mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 02:02:55 +03:00
Convert some extern variables to static, Windows code
Similar to 720b0eaae9, discovered by MinGW.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#ifdef WIN32
|
||||
|
||||
/* internal vars */
|
||||
char *restrict_env;
|
||||
static char *restrict_env;
|
||||
|
||||
/* Windows API define missing from some versions of MingW headers */
|
||||
#ifndef DISABLE_MAX_PRIVILEGE
|
||||
|
||||
Reference in New Issue
Block a user