Compile fix

This commit is contained in:
LoRd_MuldeR 2017-04-22 14:20:29 +02:00
parent adff807155
commit da2a0552f2

View File

@ -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))