Fix position of the STDCALL keyword. Spotted by KJK::Hyperion.

svn path=/trunk/; revision=16029
This commit is contained in:
Filip Navara
2005-06-18 12:55:02 +00:00
parent 186c8b72d1
commit 4fd0801d50
+2 -2
View 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
)