Fix position of the STDCALL keyword. Spotted by KJK::Hyperion.
[reactos.git] / reactos / ntoskrnl / ex / util.c
index 8b502cc..48cadc0 100644 (file)
@@ -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
     )