Fix crashes in itimers on Windows 9X.
commite2607667a1c5a0dd147478fee40010506548b8d9
authorEli Zaretskii <eliz@gnu.org>
Thu, 13 Feb 2014 20:54:07 +0000 (13 22:54 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 13 Feb 2014 20:54:07 +0000 (13 22:54 +0200)
tree1a89414133e0aff4e0da41708905c821ebac7018
parent89a97129155bad4f46dd77a951038cef4c66e1f4
Fix crashes in itimers on Windows 9X.

 src/w32proc.c (start_timer_thread): Pass a non-NULL pointer as last
 argument to CreateThread.  This avoids segfaults on Windows 9X.
 Reported by oslsachem <oslsachem@gmail.com>.
src/ChangeLog
src/w32proc.c