Added message for missing xpm devel libs for debian/corel.
[wine.git] / dlls / olepro32 / olepro32stubs.c
blobabd917871cf902876446d39d1acfa35a7ed6e57a
1 /*
2 * OlePro32 Stubs
4 * Copyright 1999 Corel Corporation
6 * Sean Langley
7 */
9 #include "debugtools.h"
10 #include "ole2.h"
11 #include "windef.h"
13 DEFAULT_DEBUG_CHANNEL(ole);
15 HRESULT WINAPI OLEPRO32_DllUnregisterServer()
17 FIXME("not implemented (olepro32.dll) \n");
18 return S_OK;
21 HRESULT WINAPI OLEPRO32_DllRegisterServer()
23 FIXME("not implemented (olepro32.dll) \n");
24 return S_OK;
27 HRESULT WINAPI OLEPRO32_DllCanUnloadNow( )
29 FIXME("not implemented (olepro32.dll) \n");
30 return S_OK;
33 HRESULT WINAPI OLEPRO32_DllGetClassObject( REFCLSID rclsid, REFIID riid, LPVOID* ppv )
35 FIXME("not implemented (olepro32.dll) \n");
36 return S_OK;