commit | f3d99b2697e113f449c3fa516b9e15babfca631b | [log] [tgz] |
---|---|---|
author | Marcus Meissner <marcus@jet.franken.de> | Mon May 16 14:12:53 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon May 16 14:12:53 2005 +0000 |
tree | 2b7e2568cf30e6748df06db4e3ad243bb44ad8a0 | |
parent | 08cf5a301a78c24c5a3cebb5ea00d7814009b540 [diff] [blame] |
Move the Dll init function to compobj.c to avoid having global variables. Remove need of ole32_main.h.
diff --git a/dlls/ole32/compobj_private.h b/dlls/ole32/compobj_private.h index 5e3df82..7e5ddbb 100644 --- a/dlls/ole32/compobj_private.h +++ b/dlls/ole32/compobj_private.h
@@ -254,4 +254,6 @@ # define DEBUG_CLEAR_CRITSEC_NAME(cs) #endif +extern HINSTANCE OLE32_hInstance; /* FIXME: make static */ + #endif /* __WINE_OLE_COMPOBJ_H */