Add WINAPI to handler func def.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
19991026-19:55 EDT Paul Tucker <ptucker@sympatico.ca>
|
||||
* source/rtl/gt/gtwin.c
|
||||
* Added WINAPI to the handler func def.
|
||||
|
||||
Tue Oct 26 17:16:43 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl>
|
||||
|
||||
* source/common/hbtrace.c:
|
||||
|
||||
@@ -103,7 +103,7 @@ static HANDLE HCursor; /* When DispBegin is in effect, all cursor related
|
||||
be different than the one being written to.
|
||||
*/
|
||||
|
||||
static BOOL hb_gt_CtrlHandler( DWORD dwCtrlType )
|
||||
static BOOL WINAPI hb_gt_CtrlHandler( DWORD dwCtrlType )
|
||||
{
|
||||
BOOL bHandled;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user