diff 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
line wrap: on
line diff
--- a/src/process-nt.c	Mon Aug 13 10:29:43 2007 +0200
+++ b/src/process-nt.c	Mon Aug 13 10:30:37 2007 +0200
@@ -45,8 +45,13 @@
 /* Process helpers							 */
 /*-----------------------------------------------------------------------*/
 
-/* #### Ok, a pretty frame is here, and a nifty text is in. Now,
-   any function around here to be put here? Yahoooo.... */
+/* This one breaks process abstraction. Prototype is in console-msw.h,
+   used by select_process method in event-msw.c */
+HANDLE
+get_nt_process_handle (struct Lisp_Process *p)
+{
+  return (NT_DATA (p)->h_process);
+}
 
 /*-----------------------------------------------------------------------*/
 /* Process methods							 */