subsurface/core/subsurfacesysinfo.h
Berthold Stoeger 86831aeffe core: remove __cplusplus ifdefs
Since all source files are now C++, this is redundant.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2024-06-10 13:05:57 +02:00

13 lines
162 B
C

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