mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
shlwapi: Mark internal symbols as hidden.
This commit is contained in:
parent
b858b53991
commit
f5ae978902
@ -30,8 +30,8 @@
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(shell);
|
||||
|
||||
HINSTANCE shlwapi_hInstance = 0;
|
||||
DWORD SHLWAPI_ThreadRef_index = TLS_OUT_OF_INDEXES;
|
||||
DECLSPEC_HIDDEN HINSTANCE shlwapi_hInstance = 0;
|
||||
DECLSPEC_HIDDEN DWORD SHLWAPI_ThreadRef_index = TLS_OUT_OF_INDEXES;
|
||||
|
||||
/*************************************************************************
|
||||
* SHLWAPI {SHLWAPI}
|
||||
|
Loading…
Reference in New Issue
Block a user