comparison src/process-nt.c @ 5934:e2fae7783046 cygwin

lots of use of EMACS_INT, a few others, to eliminate all pointer truncation warnings
author Henry Thompson <ht@markup.co.uk>
date Sat, 12 Dec 2015 19:08:46 +0000
parents a0d9bfe304de
children
comparison
equal deleted inserted replaced
5933:c1e8f3294298 5934:e2fae7783046
420 } 420 }
421 421
422 /* ---------------------------- the 95 way ------------------------------- */ 422 /* ---------------------------- the 95 way ------------------------------- */
423 423
424 static BOOL CALLBACK 424 static BOOL CALLBACK
425 find_child_console (HWND hwnd, long putada) 425 find_child_console (HWND hwnd, EMACS_INT putada)
426 { 426 {
427 DWORD thread_id; 427 DWORD thread_id;
428 DWORD process_id; 428 DWORD process_id;
429 struct nt_process_data *cp = (struct nt_process_data *) putada; 429 struct nt_process_data *cp = (struct nt_process_data *) putada;
430 430