applicat.cpp Sostituito unsigned int con WPARAM
git-svn-id: svn://10.65.10.50/trunk@4264 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
f071900a90
commit
633cf6d5c6
@ -333,7 +333,7 @@ void TApplication::terminate()
|
||||
#if XVT_OS == XVT_OS_WIN || XVT_OS == XVT_OS_NT
|
||||
const word WM_WAKEUP = RegisterWindowMessage("WAKEUP");
|
||||
const HTASK ht = GetCurrentTask();
|
||||
SendMessage(HWND_BROADCAST, WM_WAKEUP, (unsigned int)ht, 0L);
|
||||
SendMessage(HWND_BROADCAST, WM_WAKEUP, (WPARAM)ht, 0L);
|
||||
|
||||
if (fexist("prassi.hlp"))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user