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>
#endif
#ifdef Q_OS_WIN
extern "C" {
typedef int(__stdcall * CHECKMINSPECPROC) ();
}
#endif
int main(int argc, const char* argv[]) {
#if HAS_BUGSPLAT