mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Ensure windows.h is included first before shellapi.h
This commit is contained in:
@@ -675,8 +675,9 @@ protected:
|
||||
};
|
||||
|
||||
#if defined(Q_OS_WIN32)
|
||||
#include <shellapi.h>
|
||||
#include <windows.h>
|
||||
|
||||
#include <shellapi.h>
|
||||
#endif
|
||||
|
||||
bool RunProcessAsAdmin(const QString &fullExecutablePath, const QStringList ¶ms,
|
||||
|
||||
Reference in New Issue
Block a user