From b9d500fbd47e045c8a983d530da81a9a37b92008 Mon Sep 17 00:00:00 2001 From: Phillip Susi Date: Wed, 6 Sep 2000 03:06:55 +0000 Subject: [PATCH] Made ObAddEntryDirectory STDCALL svn path=/trunk/; revision=1340 --- reactos/ntoskrnl/ob/namespc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: