shdocvw: Make get_ieframe_instance() static.
This commit is contained in:
parent
321224d2f6
commit
4c7e83f9d9
|
@ -52,7 +52,6 @@ static inline void SHDOCVW_UnlockModule(void) { InterlockedDecrement( &SHDOCVW_r
|
|||
|
||||
extern HINSTANCE shdocvw_hinstance DECLSPEC_HIDDEN;
|
||||
|
||||
HINSTANCE get_ieframe_instance(void) DECLSPEC_HIDDEN;
|
||||
|
||||
/* memory allocation functions */
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@ HINSTANCE shdocvw_hinstance = 0;
|
|||
static HMODULE SHDOCVW_hshell32 = 0;
|
||||
static HINSTANCE ieframe_instance;
|
||||
|
||||
HINSTANCE get_ieframe_instance(void)
|
||||
static HINSTANCE get_ieframe_instance(void)
|
||||
{
|
||||
static const WCHAR ieframe_dllW[] = {'i','e','f','r','a','m','e','.','d','l','l',0};
|
||||
|
||||
|
|
Loading…
Reference in New Issue