]> git.eshelyaron.com Git - emacs.git/commit
Fix compilation errors with latest w32 API headers
authorEli Zaretskii <eliz@gnu.org>
Sun, 9 May 2021 07:59:08 +0000 (10:59 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 9 May 2021 07:59:08 +0000 (10:59 +0300)
commit4c3abb3dd105e075bf1cf55e3fe8b5ec2ac8e6cc
treec531859e29220e5976f5127fb712fbcec21ae917
parent127f1f330b67228217fdcc0a552d37a33dc67bb9
Fix compilation errors with latest w32 API headers

* src/w32common.h: Rename OS_* to OS_SUBTYPE__*, as w32 API
headers started defining OS_NT, which breaks the use of the
enumeration.  All users changed.  (Bug#48303)
src/dynlib.c
src/w32.c
src/w32common.h
src/w32console.c
src/w32fns.c
src/w32heap.c
src/w32notify.c
src/w32proc.c
src/w32select.c
src/w32term.c
src/w32term.h