Add WINAPI to handler func def.

This commit is contained in:
Paul Tucker
1999-10-27 00:08:56 +00:00
parent 9dc0976d91
commit cde778d6ea
2 changed files with 5 additions and 1 deletions

View File

@@ -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:

View File

@@ -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;