summaryrefslogtreecommitdiffstats
path: root/core/subsurfacesysinfo.h
blob: a608239b3ad9fe42c1bd5eb878f70941f0a9fc29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef SUBSURFACESYSINFO_H
#define SUBSURFACESYSINFO_H

#include <QtGlobal>

#ifdef Q_OS_WIN
#ifdef __cplusplus
extern "C"
#endif

bool isWin7Or8();
#endif

#endif // SUBSURFACESYSINFO_H