Restored _WIN32 define check
This commit is contained in:
parent
3cfe48e2ce
commit
fc4c15a22b
12 changed files with 17 additions and 17 deletions
|
@ -7508,7 +7508,7 @@ void filesys_install_code (void)
|
|||
afterdos_initcode = filesys_get_entry(8);
|
||||
}
|
||||
|
||||
#ifdef _WIN32_
|
||||
#ifdef _WIN32
|
||||
#include "od-win32/win32_filesys.cpp"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue