mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Since all source files are now C++, this is redundant. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
12 lines
162 B
C
12 lines
162 B
C
#ifndef SUBSURFACESYSINFO_H
|
|
#define SUBSURFACESYSINFO_H
|
|
|
|
#include <QtGlobal>
|
|
|
|
#ifdef Q_OS_WIN
|
|
extern "C"
|
|
|
|
bool isWin7Or8();
|
|
#endif
|
|
|
|
#endif // SUBSURFACESYSINFO_H
|