godot/modules/mono/utils
Rémi Verschelde 57c0082533 Mono: Test Windows binaries with lowercase extension
To help users writing good cross-platform code, Godot's
`FileAccessWindows:open()` will issue a warning on case mismatch, which
happens here with capitalized extensions given by `PATHEXT` compared to
actual file extensions which are lowercase 99% of the time.

Fixes #25368.
2019-01-27 11:54:32 +01:00
..
macros.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
mono_reg_utils.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
mono_reg_utils.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
mutex_utils.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
osx_utils.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
osx_utils.h Mono: Fix hot reload build errors and cleanup 2019-01-22 18:33:36 +01:00
path_utils.cpp Mono: Test Windows binaries with lowercase extension 2019-01-27 11:54:32 +01:00
path_utils.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
string_utils.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
string_utils.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
thread_local.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
thread_local.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00