removed C++ comments

svn path=/trunk/; revision=7568
This commit is contained in:
Martin Fuchs
2004-01-11 12:24:56 +00:00
parent 3d13a75874
commit ad4a39e88a
3 changed files with 7 additions and 3 deletions
+4
View File
@@ -377,6 +377,10 @@ static BOOL CreateDesktopEnumList(
/*enumerate the elements in %windir%\desktop */
SHGetSpecialFolderPathA(0, szPath, CSIDL_DESKTOPDIRECTORY, FALSE);
/*FIXME: hide icons for classes in SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\explorer\\HideDesktopIcons\\ClassicStartMenu
-> alter attributes in IDLDATA.folder.uFileAttribs ?
*/
CreateFolderEnumList( (IEnumIDList*)This, szPath, dwFlags);
return TRUE;
+1 -1
View File
@@ -709,7 +709,7 @@ HRESULT WINAPI SHGetRealIDL(LPSHELLFOLDER lpsf, LPCITEMIDLIST pidlSimple, LPITEM
IDataObject_Release(pDataObj);
if (SUCCEEDED(hr)) {
//assert(pida->cidl==1);
/*assert(pida->cidl==1);*/
LPIDA pida = (LPIDA)GlobalLock(medium.hGlobal);
LPCITEMIDLIST pidl_folder = (LPCITEMIDLIST) ((LPBYTE)pida+pida->aoffset[0]);
+2 -2
View File
@@ -315,7 +315,7 @@ static BOOL ShellView_CreateList (IShellViewImpl * This)
This->ListViewSortInfo.nLastHeaderID = -1;
if (This->FolderSettings.fFlags & FWF_DESKTOP) {
if (0) //FIXME: look into registry vale HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ListviewShadow and activate drop shadows
if (0) /* FIXME: look into registry vale HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ListviewShadow and activate drop shadows */
ListView_SetTextBkColor(This->hWndList, CLR_NONE);
else
ListView_SetTextBkColor(This->hWndList, GetSysColor(COLOR_DESKTOP));
@@ -874,7 +874,7 @@ static HRESULT ShellView_OpenSelectedItems(IShellViewImpl * This)
SHELLEXECUTEINFOA shexinfo;
shexinfo.cbSize = sizeof(SHELLEXECUTEINFOA);
shexinfo.fMask = SEE_MASK_INVOKEIDLIST; // SEE_MASK_IDLIST is also possible.
shexinfo.fMask = SEE_MASK_INVOKEIDLIST; /* SEE_MASK_IDLIST is also possible. */
shexinfo.hwnd = NULL;
shexinfo.lpVerb = NULL;
shexinfo.lpFile = NULL;