]> git.eshelyaron.com Git - emacs.git/commit
Unbreak the Cygw32 build broken by resent WTS_SESSION changes
authorEli Zaretskii <eliz@gnu.org>
Tue, 19 Mar 2024 12:45:45 +0000 (14:45 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 24 Mar 2024 14:12:56 +0000 (15:12 +0100)
commite1b89762859cb5b8fc6ad218ddb76087a081ad00
treed32c7e24e63997923fffd6bbcdc852034f122ecc
parentbaf77bbc05726385819575de135189f98238661c
Unbreak the Cygw32 build broken by resent WTS_SESSION changes

* src/w32xfns.c (WTS_VIRTUAL_CLASS):
* src/w32fns.c (WTS_VIRTUAL_CLASS, WM_WTSSESSION_CHANGE)
(WTS_SESSION_LOCK): Define only for WINDOWSNT.
* src/w32xfns.c (drain_message_queue): Call
'reset_w32_kbdhook_state' only for WINDOWSNT.  (Bug#69888)

(cherry picked from commit 88355de6022458c3e890cc6d5da60d6f35fe8868)
src/w32fns.c
src/w32xfns.c