Restored _WIN32 define check

This commit is contained in:
Dimitris Panokostas 2019-01-11 13:24:00 +01:00
parent 3cfe48e2ce
commit fc4c15a22b
12 changed files with 17 additions and 17 deletions

View file

@ -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