comparison src/process-nt.c @ 276:6330739388db r21-0b36

Import from CVS: tag r21-0b36
author cvs
date Mon, 13 Aug 2007 10:30:37 +0200
parents ca9a9ec9c1c1
children 90d73dddcdc4
comparison
equal deleted inserted replaced
275:a68ae4439f57 276:6330739388db
43 43
44 /*-----------------------------------------------------------------------*/ 44 /*-----------------------------------------------------------------------*/
45 /* Process helpers */ 45 /* Process helpers */
46 /*-----------------------------------------------------------------------*/ 46 /*-----------------------------------------------------------------------*/
47 47
48 /* #### Ok, a pretty frame is here, and a nifty text is in. Now, 48 /* This one breaks process abstraction. Prototype is in console-msw.h,
49 any function around here to be put here? Yahoooo.... */ 49 used by select_process method in event-msw.c */
50 HANDLE
51 get_nt_process_handle (struct Lisp_Process *p)
52 {
53 return (NT_DATA (p)->h_process);
54 }
50 55
51 /*-----------------------------------------------------------------------*/ 56 /*-----------------------------------------------------------------------*/
52 /* Process methods */ 57 /* Process methods */
53 /*-----------------------------------------------------------------------*/ 58 /*-----------------------------------------------------------------------*/
54 59