mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
Added some prototypes to function declarations.
This commit is contained in:
parent
f1d80a3986
commit
7fd287d575
@ -9,14 +9,14 @@ use wine;
|
||||
|
||||
wine::declare( "kernel32",
|
||||
SetLastError => "void",
|
||||
GetLastError => "int",
|
||||
GlobalAddAtomA => "word",
|
||||
GlobalGetAtomNameA => "int",
|
||||
GetCurrentThread => "int",
|
||||
GetExitCodeThread => "int",
|
||||
GetModuleHandleA => "int",
|
||||
GetProcAddress => "int",
|
||||
lstrcatA => "ptr"
|
||||
GetLastError => ["int", []],
|
||||
GlobalAddAtomA => ["word",["str"]],
|
||||
GlobalGetAtomNameA => ["int", ["int","ptr","int"]],
|
||||
GetCurrentThread => ["int", []],
|
||||
GetExitCodeThread => ["int", ["int","ptr"]],
|
||||
GetModuleHandleA => ["int", ["str"]],
|
||||
GetProcAddress => ["int", ["long","str"]],
|
||||
lstrcatA => ["str", ["str","str"]],
|
||||
);
|
||||
|
||||
################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user