Compilazione per Win32

git-svn-id: svn://10.65.10.50/trunk@2801 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1996-05-14 10:00:35 +00:00
parent 565b421b0f
commit 11ec3729bc

View File

@ -538,7 +538,7 @@ TProgress_win::TProgress_win(const char* title, TArchive* arc)
add_button(DLG_USER, 0, "Cancel", -11, 3, 10, 2, "", BMP_CANCEL);
set_handler(DLG_USER, cancel_handler);
#if XVT_OS == XVT_OS_WIN
#if XVT_OS == XVT_OS_WIN || XVT_OS == XVT_OS_NT
HWND txt = (HWND)xvt_vobj_get_attr(wtxt, ATTR_NATIVE_WINDOW);
HWND num = (HWND)xvt_vobj_get_attr(wnum, ATTR_NATIVE_WINDOW);
_monitor = new ALWindowsMessage(AL_MONITOR_OBJECTS, txt, AL_SEND_RATIO, num);