mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-06-14 03:16:38 +10:00
Use C++17 by default
Plus C++ standard conformance fixes.
This commit is contained in:
@@ -588,7 +588,7 @@ void EnableStartTooltip( bool bEnable )
|
||||
else
|
||||
{
|
||||
TOOLINFO info=g_StartButtonTool;
|
||||
info.lpszText=L"";
|
||||
info.lpszText=(LPWSTR)L"";
|
||||
SendMessage(g_Tooltip,TTM_UPDATETIPTEXT,0,(LPARAM)&info);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user