mpr: Declare a variable static.
This commit is contained in:
parent
72cdeaffd9
commit
0b2ec37f64
|
@ -99,7 +99,7 @@ typedef struct _WNetEnumerator
|
|||
*/
|
||||
static DWORD _findProviderIndexW(LPCWSTR lpProvider);
|
||||
|
||||
PWNetProviderTable providerTable;
|
||||
static PWNetProviderTable providerTable;
|
||||
|
||||
/*
|
||||
* Global provider table functions
|
||||
|
|
Loading…
Reference in New Issue