ntoskrnl.exe: Add stub for IoDeleteSymbolicLink.

This commit is contained in:
Alexander Morozov 2008-07-29 17:04:47 +04:00 committed by Alexandre Julliard
parent 217af4e7b9
commit 809fe637bd
2 changed files with 11 additions and 1 deletions

View File

@ -440,6 +440,16 @@ NTSTATUS WINAPI IoCreateSymbolicLink( UNICODE_STRING *name, UNICODE_STRING *targ
}
/***********************************************************************
* IoDeleteSymbolicLink (NTOSKRNL.EXE.@)
*/
NTSTATUS WINAPI IoDeleteSymbolicLink( UNICODE_STRING *name )
{
FIXME( "%s\n", debugstr_us(name) );
return STATUS_SUCCESS;
}
/***********************************************************************
* IofCompleteRequest (NTOSKRNL.EXE.@)
*/

View File

@ -355,7 +355,7 @@
@ stub IoDeleteController
@ stdcall IoDeleteDevice(ptr)
@ stdcall IoDeleteDriver(ptr)
@ stub IoDeleteSymbolicLink
@ stdcall IoDeleteSymbolicLink(ptr)
@ stub IoDetachDevice
@ stub IoDeviceHandlerObjectSize
@ stub IoDeviceHandlerObjectType