mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-21 19:32:54 +01:00
Remove: OS/2 port
This commit is contained in:
@@ -88,8 +88,6 @@ void CrashLog::LogCompiler(std::back_insert_iterator<std::string> &output_iterat
|
||||
"ICC {}", __ICC
|
||||
#elif defined(__GNUC__)
|
||||
"GCC {}.{}.{}", __GNUC__, __GNUC_MINOR__, __GNUC_PATCHLEVEL__
|
||||
#elif defined(__WATCOMC__)
|
||||
"WatcomC {}", __WATCOMC__
|
||||
#else
|
||||
"<unknown>"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user