]> git.ipfire.org Git - thirdparty/make.git/commit
Rename WINDOWS32 macro to MK_OS_W32
authorPaul Smith <psmith@gnu.org>
Sun, 15 Jan 2023 23:27:13 +0000 (18:27 -0500)
committerPaul Smith <psmith@gnu.org>
Sun, 15 Jan 2023 23:27:13 +0000 (18:27 -0500)
commit6128c3e266940ebc3c5e5a4a54241354334d1ebc
treeb322c061c1b04aceb25083e9ef3a0b16e9648df8
parentceb52b5d1b10ce0f5a1ab090e1911cdde6f7d98a
Rename WINDOWS32 macro to MK_OS_W32

* configure.ac: Set MK_OS_W32 to 1 if we're on Windows32.
* src/config.h.W32: Ditto.
* mk/Windows32.mk: Ditto.
* src/makeint.h: Convert #if refs to WINDOWS32, to use MK_OS_W32.
* src/*: Ditto.
* src/w32/*: Ditto.
* gl/lib/*: Ditto.
24 files changed:
configure.ac
gl/lib/glob.c
mk/Windows32.mk
src/arscan.c
src/commands.c
src/config.h.W32
src/default.c
src/dir.c
src/function.c
src/hash.h
src/job.c
src/main.c
src/makeint.h
src/misc.c
src/mkcustom.h
src/os.h
src/output.c
src/read.c
src/remake.c
src/variable.c
src/vpath.c
src/w32/compat/dirent.c
src/w32/include/dirent.h
src/w32/pathstuff.c