mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[SHELL32]
Don't use uninit var svn path=/trunk/; revision=71222
This commit is contained in:
parent
5080a1aaf4
commit
6e2ec32434
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ HRESULT SHELL32_GetDisplayNameOfGUIDItem(IShellFolder2* psf, LPCWSTR pszFolderPa
|
||||||
if (GET_SHGDN_FOR (dwFlags) == SHGDN_FORPARSING &&
|
if (GET_SHGDN_FOR (dwFlags) == SHGDN_FORPARSING &&
|
||||||
GET_SHGDN_RELATION (dwFlags) == SHGDN_NORMAL)
|
GET_SHGDN_RELATION (dwFlags) == SHGDN_NORMAL)
|
||||||
{
|
{
|
||||||
int bWantsForParsing;
|
int bWantsForParsing = FALSE;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We can only get a filesystem path from a shellfolder if the
|
* We can only get a filesystem path from a shellfolder if the
|
||||||
|
|
Loading…
Reference in a new issue