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,9 +68,9 @@ 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)
|
||||||
/*
|
/*
|
||||||
* FUNCTION: Add an entry to a namespace directory
|
* FUNCTION: Add an entry to a namespace directory
|
||||||
* ARGUMENTS:
|
* ARGUMENTS:
|
||||||
|
|
Loading…
Reference in a new issue