mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +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…
Reference in a new issue