atl: Change storage class of dll_count to static.
This commit is contained in:
parent
878d5e9cec
commit
f6c09a2bc6
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(atl);
|
WINE_DEFAULT_DEBUG_CHANNEL(atl);
|
||||||
|
|
||||||
LONG dll_count = 0;
|
static LONG dll_count;
|
||||||
|
|
||||||
/**************************************************************
|
/**************************************************************
|
||||||
* ATLRegistrar implementation
|
* ATLRegistrar implementation
|
||||||
|
|
Loading…
Reference in New Issue