Module: wine Branch: master Commit: 0b2ec37f64498c1474b74e6d7e4461eb1be5d075 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0b2ec37f64498c1474b74e6d7e...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Thu Jan 11 15:13:26 2007 +0000
mpr: Declare a variable static.
---
dlls/mpr/wnet.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/mpr/wnet.c b/dlls/mpr/wnet.c index fb3d3b4..c894c55 100644 --- a/dlls/mpr/wnet.c +++ b/dlls/mpr/wnet.c @@ -99,7 +99,7 @@ typedef struct _WNetEnumerator */ static DWORD _findProviderIndexW(LPCWSTR lpProvider);
-PWNetProviderTable providerTable; +static PWNetProviderTable providerTable;
/* * Global provider table functions