mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- Fixed a wrong linux macro in an ifdef.
This commit is contained in:
parent
0a16855232
commit
6c07d765db
1 changed files with 1 additions and 1 deletions
|
@ -957,7 +957,7 @@ void ScanDirectory(TArray<FFileList> &list, const char *dirpath)
|
|||
}
|
||||
}
|
||||
|
||||
#elif defined(__sun) || defined(linux)
|
||||
#elif defined(__sun) || defined(__linux__)
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue