Sync to Wine-20050830:

Alexandre Julliard <julliard@winehq.org>
- Don't prefix the functions DllCanUnloadNow, DllGetClassObject and
  Dll(Un)RegisterServer with the dll name so that the compiler can check
  the prototypes.

svn path=/trunk/; revision=17669
This commit is contained in:
Gé van Geldorp 2005-09-05 21:15:50 +00:00
parent ee77339f00
commit c696fd3768
2 changed files with 115 additions and 115 deletions

View file

@ -23,7 +23,7 @@
24 stdcall @(ptr) MPR_Free 24 stdcall @(ptr) MPR_Free
25 stdcall @(ptr long) _MPR_25 25 stdcall @(ptr long) _MPR_25
@ stdcall -private DllCanUnloadNow() MPR_DllCanUnloadNow @ stdcall -private DllCanUnloadNow()
@ stub DllGetClassObject @ stub DllGetClassObject
@ stdcall MultinetGetConnectionPerformanceA(ptr ptr) @ stdcall MultinetGetConnectionPerformanceA(ptr ptr)
@ stdcall MultinetGetConnectionPerformanceW(ptr ptr) @ stdcall MultinetGetConnectionPerformanceW(ptr ptr)

View file

@ -75,7 +75,7 @@ BOOL WINAPI _MPR_25( LPBYTE lpMem, INT len )
/***************************************************************** /*****************************************************************
* DllCanUnloadNow [MPR.@] * DllCanUnloadNow [MPR.@]
*/ */
DWORD WINAPI MPR_DllCanUnloadNow(void) STDAPI DllCanUnloadNow(void)
{ {
FIXME("Stub\n"); FIXME("Stub\n");
return S_OK; return S_OK;