Merge pull request #71220 from reduz/prevent-opening-windows-console-files
Prevent opening Windows console files
This commit is contained in:
commit
a58f6a9dd6
3 changed files with 54 additions and 1 deletions
|
|
@ -210,6 +210,8 @@ void OS_Windows::initialize() {
|
|||
} else if (!dwrite2_init) {
|
||||
print_verbose("Unable to load IDWriteFactory2, automatic system font fallback is disabled.");
|
||||
}
|
||||
|
||||
FileAccessWindows::initialize();
|
||||
}
|
||||
|
||||
void OS_Windows::delete_main_loop() {
|
||||
|
|
@ -252,6 +254,8 @@ void OS_Windows::finalize() {
|
|||
}
|
||||
|
||||
void OS_Windows::finalize_core() {
|
||||
FileAccessWindows::finalize();
|
||||
|
||||
timeEndPeriod(1);
|
||||
|
||||
memdelete(process_map);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue