1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 14:54:30 +01:00

Fix Win32 warnings

This commit is contained in:
Ted John
2017-01-12 18:28:51 +00:00
parent 868bb54383
commit 1bf7a0ffdb
3 changed files with 4 additions and 4 deletions

View File

@@ -124,7 +124,7 @@ static bool OnCrash(const wchar_t * dumpPath,
files[numFiles++] = ILCreateFromPathW(saveFilePath);
}
if (pidl != nullptr) {
HRESULT result = SHOpenFolderAndSelectItems(pidl, numFiles, (LPCITEMIDLIST *)files, 0);
SHOpenFolderAndSelectItems(pidl, numFiles, (LPCITEMIDLIST *)files, 0);
ILFree(pidl);
for (uint32 i = 0; i < numFiles; i++)
{