1
0
forked from mirrors/0ad
Files
0ad/source/lib
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
..
2025-07-17 20:07:25 +02:00
2025-07-17 20:07:25 +02:00
2025-07-16 18:28:05 +02:00
2025-07-02 13:20:13 +02:00
2025-07-17 20:07:25 +02:00
2025-07-17 20:07:25 +02:00
2025-07-17 20:07:25 +02:00
2025-07-06 18:24:31 +02:00
2025-07-17 20:07:25 +02:00
2025-07-17 20:07:25 +02:00
2025-07-17 20:07:25 +02:00
2025-07-17 20:07:25 +02:00
2025-07-17 20:07:25 +02:00
2025-07-17 20:07:25 +02:00
2025-07-17 20:07:25 +02:00
2025-07-19 18:16:14 +02:00
2025-07-19 18:16:14 +02:00
2025-07-17 20:07:25 +02:00
2025-07-02 13:20:13 +02:00
2025-07-17 20:07:25 +02:00
2025-07-17 20:07:25 +02:00
2025-07-17 20:07:25 +02:00
2025-07-17 20:07:25 +02:00
2025-07-15 19:42:34 +02:00
2025-07-16 18:28:05 +02:00
2025-07-08 19:33:36 +02:00
2025-07-02 13:20:13 +02:00