mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-11 17:20:56 +00:00
Fix qrenderdoc compilation on Win32
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user