Compile fix - keep headers separate so clang-format doesn't re-sort them

This commit is contained in:
baldurk
2017-07-13 18:45:25 +01:00
parent d3d1bcd136
commit 9e8bb36008
+2 -1
View File
@@ -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,