mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:56:05 +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);
|
return(STATUS_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
||||||
VOID ObAddEntryDirectory(PDIRECTORY_OBJECT Parent,
|
VOID STDCALL ObAddEntryDirectory(PDIRECTORY_OBJECT Parent,
|
||||||
POBJECT Object,
|
POBJECT Object,
|
||||||
PWSTR Name)
|
PWSTR Name)
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue