Alistair Leslie-Hughes : mpr: Remove DllCanUnloadNow and DllGetClassObject.

Alexandre Julliard julliard at winehq.org
Mon Oct 10 10:25:36 CDT 2011


Module: wine
Branch: master
Commit: 81b67c5b1520f85a9085c248a09a916cab252c89
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=81b67c5b1520f85a9085c248a09a916cab252c89

Author: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date:   Sat Oct  8 21:06:02 2011 +1100

mpr: Remove DllCanUnloadNow and DllGetClassObject.

---

 dlls/mpr/mpr.spec   |    2 --
 dlls/mpr/mpr_main.c |    8 --------
 2 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/dlls/mpr/mpr.spec b/dlls/mpr/mpr.spec
index 5346615..2f93acc 100644
--- a/dlls/mpr/mpr.spec
+++ b/dlls/mpr/mpr.spec
@@ -23,8 +23,6 @@
 24 stdcall @(ptr) MPR_Free
 25 stdcall @(ptr long) _MPR_25
 
-@ stdcall -private DllCanUnloadNow()
-@ stub DllGetClassObject
 @ stdcall MultinetGetConnectionPerformanceA(ptr ptr)
 @ stdcall MultinetGetConnectionPerformanceW(ptr ptr)
 @ stdcall MultinetGetErrorTextA(long ptr long)
diff --git a/dlls/mpr/mpr_main.c b/dlls/mpr/mpr_main.c
index 5ec6b22..7998bff 100644
--- a/dlls/mpr/mpr_main.c
+++ b/dlls/mpr/mpr_main.c
@@ -74,14 +74,6 @@ BOOL WINAPI _MPR_25( LPBYTE lpMem, INT len )
 }
 
 /*****************************************************************
- *  DllCanUnloadNow  [MPR.@]
- */
-HRESULT WINAPI DllCanUnloadNow(void)
-{
-    return S_OK;
-}
-
-/*****************************************************************
  *  DllMain  [MPR.init]
  */
 BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)




More information about the wine-cvs mailing list