mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Code cleanup & cosmetic.
This commit is contained in:
@ -190,7 +190,7 @@ void ExecuteBang(LPCTSTR args, UINT id)
|
||||
std::wstring bang = wholeBang.substr(0, pos);
|
||||
wholeBang.erase(0, pos + 1);
|
||||
|
||||
if (wcsicmp(bang.c_str(), L"SendMessage") == 0)
|
||||
if (_wcsicmp(bang.c_str(), L"SendMessage") == 0)
|
||||
{
|
||||
// Parse parameters
|
||||
DWORD uMsg, wParam, lParam;
|
||||
|
Reference in New Issue
Block a user