]> git.eshelyaron.com Git - emacs.git/commit
Fix the MS-Windows build
authorEli Zaretskii <eliz@gnu.org>
Tue, 6 Sep 2022 12:09:09 +0000 (15:09 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 6 Sep 2022 12:09:09 +0000 (15:09 +0300)
commit088b81031b8873f898cc611d73d1d2d55eb3c942
tree158e52cc75d1a411566cf9f8c6fcb0e1b95db81f
parenta99665cf38b0a237d6d0afed09a061ee0080cb19
Fix the MS-Windows build

* lib-src/emacsclient.c (DEFAULT_TIMEOUT): Move out of the
!WINDOWSNT condition, to fix the MS-Windows compilation.
(set_socket_timeout) [WINDOWSNT]: Protect against too-large values
of timeout.
lib-src/emacsclient.c