Fix qrenderdoc compilation on Win32

This commit is contained in:
baldurk
2017-04-18 14:57:40 +01:00
parent 2e87ca4531
commit 3e74683a70
+1 -1
View File
@@ -76,7 +76,7 @@ struct Version
};
#if defined(Q_OS_WIN32)
extern "C" void *GetModuleHandleA(const char *);
extern "C" void *__stdcall GetModuleHandleA(const char *);
#endif
MainWindow::MainWindow(CaptureContext &ctx) : QMainWindow(NULL), ui(new Ui::MainWindow), m_Ctx(ctx)