From 4fd0801d509f715cf15bdadb95575d5c249bd70e Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Sat, 18 Jun 2005 12:55:02 +0000 Subject: [PATCH] Fix position of the STDCALL keyword. Spotted by KJK::Hyperion. svn path=/trunk/; revision=16029 --- reactos/ntoskrnl/ex/util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/ntoskrnl/ex/util.c b/reactos/ntoskrnl/ex/util.c index 8b502cccdde..48cadc00c9c 100644 --- a/reactos/ntoskrnl/ex/util.c +++ b/reactos/ntoskrnl/ex/util.c @@ -19,8 +19,8 @@ /* * @unimplemented */ -STDCALL NTSTATUS +STDCALL ExUuidCreate( OUT UUID *Uuid ) @@ -32,8 +32,8 @@ ExUuidCreate( /* * @implemented */ -STDCALL BOOLEAN +STDCALL ExVerifySuite( SUITE_TYPE SuiteType )