mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:33:01 +00:00
Fix position of the STDCALL keyword. Spotted by KJK::Hyperion.
svn path=/trunk/; revision=16029
This commit is contained in:
parent
186c8b72d1
commit
4fd0801d50
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue