diff --git a/reactos/ntoskrnl/ob/namespc.c b/reactos/ntoskrnl/ob/namespc.c index 4e29b4d7359..e6e4584c845 100644 --- a/reactos/ntoskrnl/ob/namespc.c +++ b/reactos/ntoskrnl/ob/namespc.c @@ -68,9 +68,9 @@ NTSTATUS STDCALL ObReferenceObjectByName(PUNICODE_STRING ObjectPath, return(STATUS_SUCCESS); } -VOID ObAddEntryDirectory(PDIRECTORY_OBJECT Parent, - POBJECT Object, - PWSTR Name) +VOID STDCALL ObAddEntryDirectory(PDIRECTORY_OBJECT Parent, + POBJECT Object, + PWSTR Name) /* * FUNCTION: Add an entry to a namespace directory * ARGUMENTS: