Fix position of the STDCALL keyword. Spotted by KJK::Hyperion. Modified: trunk/reactos/ntoskrnl/ex/util.c _____
Modified: trunk/reactos/ntoskrnl/ex/util.c --- trunk/reactos/ntoskrnl/ex/util.c 2005-06-18 12:39:24 UTC (rev 16028) +++ trunk/reactos/ntoskrnl/ex/util.c 2005-06-18 12:55:02 UTC (rev 16029) @@ -19,8 +19,8 @@
/* * @unimplemented */ +NTSTATUS STDCALL -NTSTATUS ExUuidCreate( OUT UUID *Uuid ) @@ -32,8 +32,8 @@ /* * @implemented */ +BOOLEAN STDCALL -BOOLEAN ExVerifySuite( SUITE_TYPE SuiteType )