mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Made ObAddEntryDirectory STDCALL
svn path=/trunk/; revision=1340
This commit is contained in:
parent
c76d475edb
commit
b9d500fbd4
1 changed files with 3 additions and 3 deletions
|
@ -68,7 +68,7 @@ NTSTATUS STDCALL ObReferenceObjectByName(PUNICODE_STRING ObjectPath,
|
|||
return(STATUS_SUCCESS);
|
||||
}
|
||||
|
||||
VOID ObAddEntryDirectory(PDIRECTORY_OBJECT Parent,
|
||||
VOID STDCALL ObAddEntryDirectory(PDIRECTORY_OBJECT Parent,
|
||||
POBJECT Object,
|
||||
PWSTR Name)
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue