Compile fix
This commit is contained in:
parent
adff807155
commit
da2a0552f2
@ -53,6 +53,7 @@ static const int STATE_DISABLD = -1;
|
|||||||
|
|
||||||
//State
|
//State
|
||||||
QAtomicInt ShellIntegration::m_state(STATE_UNKNOWN);
|
QAtomicInt ShellIntegration::m_state(STATE_UNKNOWN);
|
||||||
|
QMutex ShellIntegration::m_mutex;
|
||||||
|
|
||||||
//Macros
|
//Macros
|
||||||
#define REG_WRITE_STRING(KEY, STR) RegSetValueEx(key, NULL, NULL, REG_SZ, reinterpret_cast<const BYTE*>(STR.utf16()), (STR.size() + 1) * sizeof(wchar_t))
|
#define REG_WRITE_STRING(KEY, STR) RegSetValueEx(key, NULL, NULL, REG_SZ, reinterpret_cast<const BYTE*>(STR.utf16()), (STR.size() + 1) * sizeof(wchar_t))
|
||||||
|
Loading…
Reference in New Issue
Block a user