Sync to Wine-20050524:
[reactos.git] / reactos / lib / ole32 / compobj_private.h
index 11c652b..816e07a 100644 (file)
@@ -203,7 +203,7 @@ HRESULT WINAPI RunningObjectTableImpl_Initialize(void);
 HRESULT WINAPI RunningObjectTableImpl_UnInitialize(void);\r
 \r
 /* This function decomposes a String path to a String Table containing all the elements ("\" or "subDirectory" or "Directory" or "FileName") of the path */\r
-int WINAPI FileMonikerImpl_DecomposePath(LPCOLESTR str, LPOLESTR** stringTable);\r
+int FileMonikerImpl_DecomposePath(LPCOLESTR str, LPOLESTR** stringTable);\r
 \r
 \r
 /* Apartment Functions */\r
@@ -254,4 +254,6 @@ static inline APARTMENT* COM_CurrentApt(void)
 # define DEBUG_CLEAR_CRITSEC_NAME(cs)\r
 #endif\r
 \r
+extern HINSTANCE OLE32_hInstance; /* FIXME: make static */\r
+\r
 #endif /* __WINE_OLE_COMPOBJ_H */\r