mirror of
https://github.com/reactos/reactos.git
synced 2025-04-30 19:19:00 +00:00
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:
parent
ee77339f00
commit
c696fd3768
2 changed files with 115 additions and 115 deletions
|
@ -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)
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue