Andrew Talbot : mpr: Declare a variable static.
12 Jan
2007
12 Jan
'07
11:39 a.m.
Module: wine Branch: master Commit: 0b2ec37f64498c1474b74e6d7e4461eb1be5d075 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0b2ec37f64498c1474b74e6d7e... Author: Andrew Talbot <Andrew.Talbot(a)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
7007
Age (days ago)
7007
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard