mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
wmp: Mark internal symbols with hidden visibility.
This commit is contained in:
parent
ef0b22aabb
commit
d46e6fe6b6
@ -44,7 +44,7 @@ HRESULT WINAPI WMPFactory_CreateInstance(IClassFactory*,IUnknown*,REFIID,void**)
|
||||
|
||||
void unregister_wmp_class(void) DECLSPEC_HIDDEN;
|
||||
|
||||
extern HINSTANCE wmp_instance;
|
||||
extern HINSTANCE wmp_instance DECLSPEC_HIDDEN;
|
||||
|
||||
static inline void *heap_alloc(size_t len)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user