mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[BROWSEUI]
Fix CShellBrowser window class name, shown by shell32:progman_dde and AHK_Diablo_1.0:1.install svn path=/trunk/; revision=73429
This commit is contained in:
@@ -166,8 +166,8 @@ HRESULT WINAPI SHBindToFolder(LPCITEMIDLIST path, IShellFolder **newFolder)
|
||||
return desktop->BindToObject (path, NULL, IID_PPV_ARG(IShellFolder, newFolder));
|
||||
}
|
||||
|
||||
static const TCHAR szCabinetWndClass[] = TEXT("CabinetWClassX");
|
||||
static const TCHAR szExploreWndClass[] = TEXT("ExploreWClassX");
|
||||
static const TCHAR szCabinetWndClass[] = TEXT("CabinetWClass");
|
||||
static const TCHAR szExploreWndClass[] = TEXT("ExploreWClass");
|
||||
|
||||
class CDockManager;
|
||||
class CShellBrowser;
|
||||
|
||||
Reference in New Issue
Block a user