Module: wine Branch: master Commit: 85f191691c3e3d3e696384077a770509ca2114ea URL: http://source.winehq.org/git/wine.git/?a=commit;h=85f191691c3e3d3e696384077a...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Wed Jan 17 22:05:51 2007 +0000
objsel: Declare a variable static.
---
dlls/objsel/objsel.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/objsel/objsel.c b/dlls/objsel/objsel.c index 8965bd0..e99aaef 100644 --- a/dlls/objsel/objsel.c +++ b/dlls/objsel/objsel.c @@ -25,7 +25,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(objsel);
LONG dll_refs = 0; -HINSTANCE hInstance; +static HINSTANCE hInstance;
/*********************************************************************** * DllEntryPoint