diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-03 06:41:08 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-03 06:41:08 +0200 |
commit | 0d8d1093d2277b3092c51c11b69257863aee45cb (patch) | |
tree | 0dc7991add8dd9682960b73461c3ff9e1973f682 /opentrack-compat | |
parent | 5d393d14662ba283981ee058e044018d8f84a924 (diff) |
compat/process-list: fix mingw-w64 linux cross
Diffstat (limited to 'opentrack-compat')
-rw-r--r-- | opentrack-compat/process-list.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack-compat/process-list.hpp b/opentrack-compat/process-list.hpp index ef3b325f..10613791 100644 --- a/opentrack-compat/process-list.hpp +++ b/opentrack-compat/process-list.hpp @@ -13,7 +13,7 @@ #if defined _WIN32 #include <windows.h> -#include <TlHelp32.h> +#include <tlhelp32.h> template<typename = void> static QStringList get_all_executable_names() |