subsurface/core/subsurfacesysinfo.h

15 lines
188 B
C
Raw Normal View History

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