mirror of
https://github.com/sockspls/badfish
synced 2025-07-11 19:49:14 +00:00
Linux identifier corrected.
This commit is contained in:
parent
ccd2e602a0
commit
3102896a00
1 changed files with 1 additions and 1 deletions
|
@ -658,7 +658,7 @@ namespace Dependency {
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#elif defined(_LINUX)
|
#elif defined(__linux__)
|
||||||
|
|
||||||
// linux環境において、この_LINUXというシンボルはmakefileにて定義されるものとする。
|
// linux環境において、この_LINUXというシンボルはmakefileにて定義されるものとする。
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue