[shell32.dll]

- More uninitialized value fixing. Again Amine Khaldi spotting them with his magical powers.
- I took the liberty to convert tabs I found to spaces. Normally I shouldn't mix formatting with coding changes but I forgot. Sorry.

svn path=/branches/shell32_new-bringup/; revision=53629
This commit is contained in:
Claudiu Mihail 2011-09-07 20:00:32 +00:00
parent 34529d672c
commit ea0da4a0a3
5 changed files with 305 additions and 300 deletions

View file

@ -51,6 +51,7 @@ CAutoComplete::CAutoComplete()
txtbackup = NULL;
quickComplete = NULL;
hwndEdit = NULL;
wpOrigLBoxProc = NULL;
}
/**************************************************************************

View file

@ -68,6 +68,7 @@ void InsertOpenWithItem(POPEN_WITH_CONTEXT pContext, WCHAR * szAppName);
COpenWithMenu::COpenWithMenu()
{
count = 0;
wId = 0;
}
COpenWithMenu::~COpenWithMenu()

View file

@ -264,6 +264,7 @@ HRESULT WINAPI CDesktopFolderEnum::Initialize(CDesktopFolder *desktopFolder, HWN
CDesktopFolder::CDesktopFolder()
{
pidlRoot = NULL;
sPathTarget = NULL;
}
CDesktopFolder::~CDesktopFolder()

View file

@ -175,6 +175,7 @@ BOOL CDesktopFolderEnumZ::CreateFontsEnumList(DWORD dwFlags)
CFontsFolder::CFontsFolder()
{
pidlRoot = NULL;
apidl = NULL;
}
CFontsFolder::~CFontsFolder()

View file

@ -77,6 +77,7 @@ HRESULT WINAPI CFileSysEnumX::Initialize(DWORD dwFlags)
CMyDocsFolder::CMyDocsFolder()
{
pidlRoot = NULL;
sPathTarget = NULL;
}
CMyDocsFolder::~CMyDocsFolder()