olepro32: Mark stubs as such.

Francois Gouget fgouget at free.fr
Thu Oct 12 19:13:49 CDT 2006


---
 dlls/olepro32/olepro32stubs.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/olepro32/olepro32stubs.c b/dlls/olepro32/olepro32stubs.c
index 23bcb65..f3c98ec 100644
--- a/dlls/olepro32/olepro32stubs.c
+++ b/dlls/olepro32/olepro32stubs.c
@@ -36,7 +36,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(ole);
  */
 HRESULT WINAPI DllUnregisterServer()
 {
-	FIXME("not implemented (olepro32.dll)\n");
+	FIXME("stub\n");
 	return S_OK;
 }
 
@@ -45,7 +45,7 @@ HRESULT WINAPI DllUnregisterServer()
  */
 HRESULT WINAPI DllRegisterServer()
 {
-	FIXME("not implemented (olepro32.dll)\n");
+	FIXME("stub\n");
 	return S_OK;
 }
 
@@ -54,7 +54,7 @@ HRESULT WINAPI DllRegisterServer()
  */
 HRESULT WINAPI DllCanUnloadNow(void)
 {
-	FIXME("not implemented (olepro32.dll)\n");
+	FIXME("stub\n");
 	return S_OK;
 }
 
@@ -63,6 +63,6 @@ HRESULT WINAPI DllCanUnloadNow(void)
  */
 HRESULT WINAPI DllGetClassObject( REFCLSID rclsid, REFIID riid, LPVOID* ppv )
 {
-	FIXME("not implemented (olepro32.dll)\n");
+	FIXME("stub\n");
 	return S_OK;
 }
-- 
1.4.1.1



More information about the wine-patches mailing list