1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-29 22:49:41 +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

@@ -231,7 +231,7 @@ LookupWSErrorMessage(DWORD err, char *dest)
}
struct MessageDLL
static struct MessageDLL
{
const char *dll_name;
void *handle;