comparison src/console-msw.h @ 791:7b1f30330a19

[xemacs-hg @ 2002-03-21 18:55:01 by adrian] [PATCH] Assert around line 1600 in event-msw.c <3cz31qp4.fsf@arbortext.com>
author adrian
date Thu, 21 Mar 2002 18:55:09 +0000
parents 943eaba38521
children e38acbeb1cae
comparison
equal deleted inserted replaced
790:755d0acc05ea 791:7b1f30330a19
357 357
358 #ifdef HAVE_WIN32_PROCESSES 358 #ifdef HAVE_WIN32_PROCESSES
359 HANDLE get_nt_process_handle (Lisp_Process *p); 359 HANDLE get_nt_process_handle (Lisp_Process *p);
360 #endif 360 #endif
361 361
362 void mswindows_unwait_process (Lisp_Process *p);
363
362 extern Lisp_Object Vmswindows_frame_being_created; 364 extern Lisp_Object Vmswindows_frame_being_created;
363 extern Lisp_Object mswindows_frame_being_created; 365 extern Lisp_Object mswindows_frame_being_created;
364 366
365 void mswindows_get_workspace_coords (RECT *rc); 367 void mswindows_get_workspace_coords (RECT *rc);
366 368