Module: wine Branch: master Commit: f6c09a2bc67a480fe634c5ff7f90e96d77f12a78 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f6c09a2bc67a480fe634c5ff7f...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Mon Dec 4 18:41:28 2006 +0000
atl: Change storage class of dll_count to static.
---
dlls/atl/registrar.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/atl/registrar.c b/dlls/atl/registrar.c index 11d266f..2869e49 100644 --- a/dlls/atl/registrar.c +++ b/dlls/atl/registrar.c @@ -38,7 +38,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(atl);
-LONG dll_count = 0; +static LONG dll_count;
/************************************************************** * ATLRegistrar implementation