mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 02:25:40 +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
|
||||
*/
|
||||
STDCALL
|
||||
NTSTATUS
|
||||
STDCALL
|
||||
ExUuidCreate(
|
||||
OUT UUID *Uuid
|
||||
)
|
||||
|
@ -32,8 +32,8 @@ ExUuidCreate(
|
|||
/*
|
||||
* @implemented
|
||||
*/
|
||||
STDCALL
|
||||
BOOLEAN
|
||||
STDCALL
|
||||
ExVerifySuite(
|
||||
SUITE_TYPE SuiteType
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue