diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2020-05-31 06:54:33 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2020-05-31 06:54:33 +0200 |
commit | 8b14345cf6e06a2938dc7cd8de5e8ca2ec2df039 (patch) | |
tree | 93e59691ab2fc2d9c53a74f5f8a7d452dd10195f /compat/process-list.hpp | |
parent | bc368174cb015f2291cb8dc2f3e2a5782b22cdc8 (diff) |
kill the obsolete OS check macro
Diffstat (limited to 'compat/process-list.hpp')
-rw-r--r-- | compat/process-list.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/process-list.hpp b/compat/process-list.hpp index d1f9999f..782dc0a4 100644 --- a/compat/process-list.hpp +++ b/compat/process-list.hpp @@ -129,7 +129,7 @@ static QStringList get_all_executable_names() } } -#elif defined __linux +#elif defined __linux__ #include <proc/readproc.h> #include <cerrno> |