mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[SHELL32]
Don't use uninit var svn path=/trunk/; revision=71222
This commit is contained in:
@@ -399,7 +399,7 @@ HRESULT SHELL32_GetDisplayNameOfGUIDItem(IShellFolder2* psf, LPCWSTR pszFolderPa
|
||||
if (GET_SHGDN_FOR (dwFlags) == SHGDN_FORPARSING &&
|
||||
GET_SHGDN_RELATION (dwFlags) == SHGDN_NORMAL)
|
||||
{
|
||||
int bWantsForParsing;
|
||||
int bWantsForParsing = FALSE;
|
||||
|
||||
/*
|
||||
* We can only get a filesystem path from a shellfolder if the
|
||||
|
||||
Reference in New Issue
Block a user