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

View file

@ -19,8 +19,8 @@
/* /*
* @unimplemented * @unimplemented
*/ */
STDCALL
NTSTATUS NTSTATUS
STDCALL
ExUuidCreate( ExUuidCreate(
OUT UUID *Uuid OUT UUID *Uuid
) )
@ -32,8 +32,8 @@ ExUuidCreate(
/* /*
* @implemented * @implemented
*/ */
STDCALL
BOOLEAN BOOLEAN
STDCALL
ExVerifySuite( ExVerifySuite(
SUITE_TYPE SuiteType SUITE_TYPE SuiteType
) )