Commit ee54c594 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

ole32: Remove some leftovers from private header.

parent 5466a3dc
...@@ -41,8 +41,6 @@ ...@@ -41,8 +41,6 @@
DEFINE_OLEGUID( CLSID_DfMarshal, 0x0000030b, 0, 0 ); DEFINE_OLEGUID( CLSID_DfMarshal, 0x0000030b, 0, 0 );
struct apartment;
/* this is what is stored in TEB->ReservedForOle */ /* this is what is stored in TEB->ReservedForOle */
struct oletls struct oletls
{ {
...@@ -95,14 +93,8 @@ static inline struct apartment * COM_CurrentApt(void) ...@@ -95,14 +93,8 @@ static inline struct apartment * COM_CurrentApt(void)
return COM_CurrentInfo()->apt; return COM_CurrentInfo()->apt;
} }
/* helpers for debugging */
# define DEBUG_SET_CRITSEC_NAME(cs, name) (cs)->DebugInfo->Spare[0] = (DWORD_PTR)(__FILE__ ": " name)
# define DEBUG_CLEAR_CRITSEC_NAME(cs) (cs)->DebugInfo->Spare[0] = 0
#define CHARS_IN_GUID 39 /* including NULL */ #define CHARS_IN_GUID 39 /* including NULL */
#define WINE_CLSCTX_DONT_HOST 0x80000000
/* from dlldata.c */ /* from dlldata.c */
extern HINSTANCE hProxyDll DECLSPEC_HIDDEN; extern HINSTANCE hProxyDll DECLSPEC_HIDDEN;
extern HRESULT WINAPI OLE32_DllGetClassObject(REFCLSID rclsid, REFIID iid,LPVOID *ppv) DECLSPEC_HIDDEN; extern HRESULT WINAPI OLE32_DllGetClassObject(REFCLSID rclsid, REFIID iid,LPVOID *ppv) DECLSPEC_HIDDEN;
......
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