mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix position of the STDCALL keyword. Spotted by KJK::Hyperion.
svn path=/trunk/; revision=16029
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user