Made ObAddEntryDirectory STDCALL

svn path=/trunk/; revision=1340
This commit is contained in:
Phillip Susi 2000-09-06 03:06:55 +00:00
parent c76d475edb
commit b9d500fbd4

View file

@ -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: