1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00
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