Commit 086e5432 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

explorerframe: Remove DECLSPEC_HIDDEN usage.

parent ba0841de
......@@ -25,13 +25,13 @@
#include "shlobj.h"
extern HINSTANCE explorerframe_hinstance DECLSPEC_HIDDEN;
extern HINSTANCE explorerframe_hinstance;
extern LONG EFRAME_refCount DECLSPEC_HIDDEN;
extern LONG EFRAME_refCount;
static inline void EFRAME_LockModule(void) { InterlockedIncrement( &EFRAME_refCount ); }
static inline void EFRAME_UnlockModule(void) { InterlockedDecrement( &EFRAME_refCount ); }
HRESULT NamespaceTreeControl_Constructor(IUnknown *pUnkOuter, REFIID riid, void **ppv) DECLSPEC_HIDDEN;
HRESULT TaskbarList_Constructor(IUnknown*,REFIID,void**) DECLSPEC_HIDDEN;
HRESULT NamespaceTreeControl_Constructor(IUnknown *pUnkOuter, REFIID riid, void **ppv);
HRESULT TaskbarList_Constructor(IUnknown*,REFIID,void**);
#endif /* __WINE_EXPLORERFRAME_H */
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