diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/kconfig.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/core/kconfig.cpp b/src/core/kconfig.cpp index 247a4c23..ea9746c0 100644 --- a/src/core/kconfig.cpp +++ b/src/core/kconfig.cpp @@ -26,7 +26,7 @@  #include <cstdlib>  #include <fcntl.h> -#ifdef Q_OS_WIN +#ifdef _MSC_VER  static inline FILE *popen(const char *cmd, const char *mode)  {      return _popen(cmd, mode); | 
