serenity/Services/ChessEngine
Érico Nogueira Rolim a8f0e489a4
LibCore: Rename identifiers that can clash with libc macros (#4127)
POSIX allows the default streams (stdin, stdout and stderr) to be
macros, which means that on such systems (musl libc is one) building
Lagom will fail due to the File::std*() names.

Also fix any files that use these identifiers.
2020-12-22 23:37:11 +01:00
..
ChessEngine.cpp ChessEngine: Move from Applications to Services 2020-08-28 12:53:02 +02:00
ChessEngine.h ChessEngine: Move from Applications to Services 2020-08-28 12:53:02 +02:00
CMakeLists.txt ChessEngine: Move from Applications to Services 2020-08-28 12:53:02 +02:00
main.cpp LibCore: Rename identifiers that can clash with libc macros (#4127) 2020-12-22 23:37:11 +01:00
MCTSTree.cpp ChessEngine: Move from Applications to Services 2020-08-28 12:53:02 +02:00
MCTSTree.h ChessEngine: Move from Applications to Services 2020-08-28 12:53:02 +02:00