mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-08 07:41:12 +00:00
Compile fix - keep headers separate so clang-format doesn't re-sort them
This commit is contained in:
@@ -724,9 +724,10 @@ protected:
|
||||
|
||||
#if defined(Q_OS_WIN32)
|
||||
|
||||
#include <shellapi.h>
|
||||
#include <windows.h>
|
||||
|
||||
#include <shellapi.h>
|
||||
|
||||
typedef LSTATUS(APIENTRY *PFN_RegCreateKeyExA)(HKEY hKey, LPCSTR lpSubKey, DWORD Reserved,
|
||||
LPSTR lpClass, DWORD dwOptions, REGSAM samDesired,
|
||||
CONST LPSECURITY_ATTRIBUTES lpSecurityAttributes,
|
||||
|
||||
Reference in New Issue
Block a user