mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-12 09:57:24 +10:00
Migrate to VS2017
This commit is contained in:
@@ -37,7 +37,7 @@ BOOL CALLBACK CStringSet::EnumResNameProc( HMODULE hModule, LPCTSTR lpszType, LP
|
||||
{
|
||||
for (int i=0;i<16;i++)
|
||||
{
|
||||
UINT id=(((int)lpszName)<<4)+i-16;
|
||||
int id=(((int)(intptr_t)lpszName)<<4)+i-16;
|
||||
|
||||
CString str=CreateString(res);
|
||||
if (!str.IsEmpty())
|
||||
|
||||
Reference in New Issue
Block a user