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:
@@ -231,7 +231,7 @@ LookupWSErrorMessage(DWORD err, char *dest)
|
||||
}
|
||||
|
||||
|
||||
struct MessageDLL
|
||||
static struct MessageDLL
|
||||
{
|
||||
const char *dll_name;
|
||||
void *handle;
|
||||
|
||||
Reference in New Issue
Block a user