mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fix the declaration of GlobalDiscard to be STDCALL
svn path=/trunk/; revision=6281
This commit is contained in:
parent
42c1e37424
commit
b54239c578
1 changed files with 1 additions and 0 deletions
|
@ -4992,6 +4992,7 @@ GlobalAlloc(
|
||||||
);
|
);
|
||||||
|
|
||||||
HGLOBAL
|
HGLOBAL
|
||||||
|
STDCALL
|
||||||
GlobalDiscard(
|
GlobalDiscard(
|
||||||
HGLOBAL hglbMem
|
HGLOBAL hglbMem
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue