atl: Change storage class of dll_count to static.

This commit is contained in:
Andrew Talbot 2006-12-04 18:41:28 +00:00 committed by Alexandre Julliard
parent 878d5e9cec
commit f6c09a2bc6
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(atl);
LONG dll_count = 0;
static LONG dll_count;
/**************************************************************
* ATLRegistrar implementation