#ifndef SUBSURFACESYSINFO_H #define SUBSURFACESYSINFO_H #include <QtGlobal> #ifdef Q_OS_WIN #ifdef __cplusplus extern "C" #endif bool isWin7Or8(); #endif #endif // SUBSURFACESYSINFO_H