slash fir linux compatibiliy

svn path=/trunk/; revision=5502
This commit is contained in:
Martin Fuchs 2003-08-10 06:23:44 +00:00
parent 71e03db3fe
commit da4d3ce2b0
2 changed files with 29 additions and 1 deletions

View file

@ -119,6 +119,34 @@ LRESULT DesktopWindow::WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam)
if (SUCCEEDED(hr)) {
_pShellView->UIActivate(SVUIA_ACTIVATE_FOCUS);
/*
IShellView2* pShellView2;
hr = _pShellView->QueryInterface(IID_IShellView2, (void**)&pShellView2);
SV2CVW2_PARAMS params;
params.cbSize = sizeof(SV2CVW2_PARAMS);
params.psvPrev = _pShellView;
params.pfs = &fs;
params.psbOwner = this;
params.prcView = ▭
params.pvid = params.pvid;//@@
hr = pShellView2->CreateViewWindow2(&params);
params.pvid;
*/
/*
IFolderView* pFolderView;
hr = _pShellView->QueryInterface(IID_IFolderView, (void**)&pFolderView);
if (SUCCEEDED(hr)) {
hr = pFolderView->GetAutoArrange();
hr = pFolderView->SetCurrentViewMode(FVM_DETAILS);
}
*/
HWND hwndFolderView = ::GetNextWindow(hWndView, GW_CHILD);
ShowWindow(hwndFolderView, SW_SHOW);

View file

@ -90,7 +90,7 @@ END
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_EXPLORER ICON DISCARDABLE "res\\explorer.ico"
IDI_EXPLORER ICON DISCARDABLE "res/explorer.ico"
/////////////////////////////////////////////////////////////////////////////
//