From: "Jan Dubois" <jand@ActiveState.com>
Message-ID: <
046001c605c7$69470290$d563a8c0@candy>
p4raw-id: //depot/perl@26430
dst->pseudo_id = 0;
Newxz(dst->pseudo_children, 1, pseudo_child_tab);
dst->timerid = 0;
- w32_message_hwnd = INVALID_HANDLE_VALUE;
+ dst->message_hwnd = INVALID_HANDLE_VALUE;
dst->poll_count = 0;
Copy(src->sigtable,dst->sigtable,SIG_SIZE,Sighandler_t);
}