]> git.eshelyaron.com Git - emacs.git/commit
Make sure thread stack is properly aligned on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Sat, 14 Oct 2017 08:13:47 +0000 (11:13 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 14 Oct 2017 08:13:47 +0000 (11:13 +0300)
commitaa0c38f3586d462c7b4d489542b32580f489fdc5
tree1838179ddc22be065247fe00d1c2cb5e922d097c
parentd7038020aa0a868c74cddaed5733ad6eeb73406b
Make sure thread stack is properly aligned on MS-Windows

* src/systhread.c: Include w32term.h instead of windows.h.
(w32_beginthread_wrapper): Add ALIGN_STACK attribute, to ensure
the thread's stack is correctly aligned.
* src/w32term.h (ALIGN_STACK): Update commentary.
src/systhread.c
src/w32term.h