>>>> "APA" == Adrian Aichner
<aichner(a)ecf.teradyne.com> writes:
APA> A native NT XEmacs built from latest CVS does not run!
APA> Here are lisp traceback[1] from the DOS box, c stack
APA> trace[2], and likely offender[3]:
... and the values of
popup 8574836
Vpopup_frame_list 0
at "--->".
APA> [3] int
APA> mswindows_is_dialog_msg (MSG *msg)
APA> {
APA> LIST_LOOP_2 (data, Vdialog_data_list)
APA> {
APA> HWND dialog_hwnd = (HWND) get_opaque_ptr (XCDR (XCDR (data)));
APA> if (IsDialogMessage (dialog_hwnd, msg))
APA> return 1;
APA> }
APA> {
APA> ---> LIST_LOOP_2 (popup, Vpopup_frame_list)
APA> {
APA> HWND hwnd = FRAME_MSWINDOWS_HANDLE (XFRAME (popup));
APA> if (IsDialogMessage (hwnd, msg))
APA> return 1;
APA> }
APA> }
APA> return 0;
APA> }
APA> --
APA> Adrian Aichner <adrian(a)xemacs.org>