DefineDosDevice stub added.

oldstable
Marcus Meissner 1998-10-21 16:47:29 +00:00 committed by Alexandre Julliard
parent edda6875ff
commit 575a1653f4
2 changed files with 7 additions and 1 deletions

View File

@ -1779,3 +1779,9 @@ BOOL32 WINAPI SystemTimeToFileTime( const SYSTEMTIME *syst, LPFILETIME ft )
#endif #endif
return TRUE; return TRUE;
} }
BOOL32 WINAPI DefineDosDevice32A(DWORD flags,LPCSTR devname,LPCSTR targetpath) {
FIXME(dosfs,"(0x%08lx,%s,%s),stub!\n",flags,devname,targetpath);
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return FALSE;
}

View File

@ -196,7 +196,7 @@ type win32
# FIXME # FIXME
#181 register DebugBreak() DebugBreak #181 register DebugBreak() DebugBreak
181 stub DebugBreak 181 stub DebugBreak
182 stub DefineDosDeviceA 182 stdcall DefineDosDeviceA(long str str) DefineDosDevice32A
183 stub DefineDosDeviceW 183 stub DefineDosDeviceW
184 stdcall DeleteAtom(long) DeleteAtom32 184 stdcall DeleteAtom(long) DeleteAtom32
185 stdcall DeleteCriticalSection(ptr) DeleteCriticalSection 185 stdcall DeleteCriticalSection(ptr) DeleteCriticalSection