From b54239c5787d04a01ced00578c0764510cd93ad0 Mon Sep 17 00:00:00 2001 From: Mark Tempel Date: Sat, 11 Oct 2003 20:25:42 +0000 Subject: [PATCH] Fix the declaration of GlobalDiscard to be STDCALL svn path=/trunk/; revision=6281 --- reactos/include/funcs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/include/funcs.h b/reactos/include/funcs.h index 7003a8810bd..be884a7ce2b 100644 --- a/reactos/include/funcs.h +++ b/reactos/include/funcs.h @@ -4992,6 +4992,7 @@ GlobalAlloc( ); HGLOBAL +STDCALL GlobalDiscard( HGLOBAL hglbMem );