Skip to content

Commit 87a2679

Browse files
committed
Small change
1 parent ec4ecf0 commit 87a2679

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ LRESULT CALLBACK WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
694694
{
695695
case WM_CREATE:
696696
{
697-
s_uTaskbarRestart = RegisterWindowMessage(TEXT("TaskbarCreated"));
697+
s_uTaskbarRestart = RegisterWindowMessage(L"TaskbarCreated");
698698
AddNotificationIcon(hwnd);
699699
}
700700
break;

0 commit comments

Comments
 (0)