mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Don't call SHBrowseForFolder() with random pointers
svn path=/trunk/; revision=30020
This commit is contained in:
@@ -88,6 +88,7 @@ WelcomeDlgProc(HWND hwndDlg,
|
||||
switch(LOWORD(wParam))
|
||||
{
|
||||
case IDC_SHORTCUT_BROWSE:
|
||||
ZeroMemory(&brws, sizeof(brws));
|
||||
brws.hwndOwner = hwndDlg;
|
||||
brws.pidlRoot = NULL;
|
||||
brws.pszDisplayName = szPath;
|
||||
|
||||
Reference in New Issue
Block a user