From 6128c3e266940ebc3c5e5a4a54241354334d1ebc Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 15 Jan 2023 18:27:13 -0500 Subject: 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c17ec99f..645b4466 100644 --- a/configure.ac +++ b/configure.ac @@ -449,7 +449,7 @@ AS_CASE([$host], [*-*-mingw32], [AM_CONDITIONAL([WINDOWSENV], [true]) w32_target_env=yes - AC_DEFINE([WINDOWS32], [1], [Build for the WINDOWS32 API.]) + AC_DEFINE([MK_OS_W32], [1], [Build for the Windows32 API.]) AC_DEFINE([HAVE_DOS_PATHS], [1], [Support DOS-style pathnames.]) ]) -- cgit v1.2.1