mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 23:03:12 +02:00
Fix linux build
This commit is contained in:
parent
018d945b85
commit
e9db8be435
1 changed files with 2 additions and 0 deletions
|
@ -37,9 +37,11 @@
|
||||||
#include <CrashReporter.h>
|
#include <CrashReporter.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef Q_OS_WIN
|
||||||
extern "C" {
|
extern "C" {
|
||||||
typedef int(__stdcall * CHECKMINSPECPROC) ();
|
typedef int(__stdcall * CHECKMINSPECPROC) ();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
int main(int argc, const char* argv[]) {
|
int main(int argc, const char* argv[]) {
|
||||||
#if HAS_BUGSPLAT
|
#if HAS_BUGSPLAT
|
||||||
|
|
Loading…
Reference in a new issue