1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-07-11 19:49:14 +00:00

Merge pull request #13 from zz4032/linux-identifier

Linux identifier corrected.
This commit is contained in:
nodchip 2020-06-24 09:35:44 +09:00 committed by GitHub
commit 7818d23afb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -658,7 +658,7 @@ namespace Dependency {
}
#endif
#elif defined(_LINUX)
#elif defined(__linux__)
// linux環境において、この_LINUXというシンボルはmakefileにて定義されるものとする。