subsurface/core/subsurfacesysinfo.h
Berthold Stoeger 6bdb8537e6 build: remove extern "C" linkage
No more C source files, no more necessity to use C-linkage.

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

9 lines
129 B
C

#ifndef SUBSURFACESYSINFO_H
#define SUBSURFACESYSINFO_H
#ifdef Q_OS_WIN
bool isWin7Or8();
#endif
#endif // SUBSURFACESYSINFO_H