Skip to content
Snippets Groups Projects
Commit 61ef5111 authored by Juergen Schmied's avatar Juergen Schmied Committed by Alexandre Julliard
Browse files

Prototypes OleInitialize, OleUninitialize.

parent 0f36ec47
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,8 @@ HRESULT WINAPI OleCreateDefaultHandler(REFCLSID clsid,
REFIID riid,
LPVOID* ppvObj);
HRESULT WINAPI CreateOleAdviseHolder (LPOLEADVISEHOLDER *ppOAHolder);
HRESULT WINAPI OleInitialize(LPVOID pvReserved);
void WINAPI OleUninitialize(void);
/*
* OLE version conversion declarations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment