Fix linux build

This commit is contained in:
Brad Davis 2016-10-27 16:51:52 -07:00
parent 018d945b85
commit e9db8be435

View file

@ -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