subsurface/core/subsurfacesysinfo.h

13 lines
162 B
C
Raw Normal View History

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