0ad/source
trompetin17 df7b2fcd2a
Win: include <cctype> for isalpha without PCH
Building the workspace with `--without-pch` fails on MSVC:

    source/lib/sysdep/os/win/acpi.cpp(123): error C3861: 'isalpha':
    identifier not found

The pre-compiled header normally brings in `<cctype>`, but when PCH
generation is disabled the translation unit must include the header
explicitly.

Add the missing `#include <cctype>` to
`source/lib/sysdep/os/win/acpi.cpp`.

No functional change; the code now compiles cleanly with or without PCH.
2025-07-23 09:17:27 -05:00
..
collada Update headers in collada 2025-06-26 20:05:53 +02:00
dapinterface DapInterface: shutdown sockets on Unix 2025-07-14 13:53:17 -05:00
graphics Fix some includes in source/graphics 2025-07-20 17:28:48 +02:00
gui Remove modmod dependency in test_CGUIText.h 2025-07-23 12:20:19 +02:00
i18n Update headers in i18n 2025-07-01 09:01:00 +02:00
lib Win: include <cctype> for isalpha without PCH 2025-07-23 09:17:27 -05:00
lobby Replace ScriptException::Raise in Engine functions 2025-07-08 19:11:49 +02:00
maths Replace boost::mt19937 with std::mt19937 2025-07-19 10:46:02 +02:00
mocks Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
network Replace ScriptException::Raise in Engine functions 2025-07-08 19:11:49 +02:00
pch Remove glooxwrapper 2024-11-25 20:01:00 +01:00
ps Throw exception, detected by C4834 warning 2025-07-23 10:21:27 +02:00
renderer Add VS2022 support with the v143 toolset 2025-07-23 09:19:29 +02:00
rlinterface Don't crash if rl-interface port is already in use 2025-07-07 21:38:52 +02:00
scriptinterface Hide compiler warnings from external includes 2025-07-23 10:21:26 +02:00
simulation2 Fix some includes in source/graphics 2025-07-20 17:28:48 +02:00
soundmanager Update SetFormatAndFreq method to use ALenum type in format parameter 2025-07-22 08:41:03 -05:00
third_party Remove UNUSED 2025-06-26 17:25:05 +02:00
tools Fix some includes in source/graphics 2025-07-20 17:28:48 +02:00
main.cpp Dap Interface with Spidermonkey debug 2025-07-11 11:06:04 -05:00
test_setup.cpp Don't use ".." to get the data-directory 2025-06-18 14:42:13 +02:00