1
0
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:
Peter Eisentraut
2024-08-01 12:41:26 +02:00
parent 6bbbd7f65f
commit c27090bd60
4 changed files with 8 additions and 8 deletions

View File

@@ -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