Fix condition guarding memory checksum verification

This commit is contained in:
Michał Janiszewski 2016-06-20 00:05:03 +02:00
parent 402e5a32a0
commit 5a7bbf71fe
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@ bool openrct2_setup_rct2_segment()
}
#endif // defined(__unix__)
#if !defined(NO_RCT2) || !defined(__WINDOWS__)
#if !defined(NO_RCT2) && !defined(__WINDOWS__)
// Check that the expected data is at various addresses.
// Start at 0x9a6000, which is start of .data, to skip the region containing addresses to DLL
// calls, which can be changed by windows/wine loader.