Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/process-nt.c Thu Dec 10 17:55:59 2015 +0000 +++ b/src/process-nt.c Sat Dec 12 19:08:46 2015 +0000 @@ -422,7 +422,7 @@ /* ---------------------------- the 95 way ------------------------------- */ static BOOL CALLBACK -find_child_console (HWND hwnd, long putada) +find_child_console (HWND hwnd, EMACS_INT putada) { DWORD thread_id; DWORD process_id;