* Adjustment: Cleanups to the case insensitivity code for POSIX systems and add case insensitivty to directory dumping code.

This commit is contained in:
Robert MacGregor 2021-10-11 10:24:24 -04:00
parent 77ea34d2b2
commit 497a94f884
4 changed files with 37 additions and 82 deletions

View file

@ -44,6 +44,9 @@
/// Define me if you want to enable Arcane FX support.
#cmakedefine TORQUE_AFX_ENABLED
/// Define me if you want path case insensitivity support on POSIX systems. Does nothing on Windows.
#cmakedefine TORQUE_POSIX_PATH_CASE_INSENSITIVE
/// Define me if you want to enable multithreading support.
#cmakedefine TORQUE_MULTITHREAD