Commit d46e6fe6 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

wmp: Mark internal symbols with hidden visibility.

parent ef0b22aa
...@@ -44,7 +44,7 @@ HRESULT WINAPI WMPFactory_CreateInstance(IClassFactory*,IUnknown*,REFIID,void**) ...@@ -44,7 +44,7 @@ HRESULT WINAPI WMPFactory_CreateInstance(IClassFactory*,IUnknown*,REFIID,void**)
void unregister_wmp_class(void) DECLSPEC_HIDDEN; 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) static inline void *heap_alloc(size_t len)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment