explorer: Fix incorrect cast.

This commit is contained in:
Jay Yang 2011-07-05 13:17:45 -04:00 committed by Alexandre Julliard
parent 99cdacb93b
commit 047124ab94
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ static void make_explorer_window(IShellFolder* startFolder)
IExplorerBrowser_Initialize(info->browser,info->main_window,&explorerRect,&fs); IExplorerBrowser_Initialize(info->browser,info->main_window,&explorerRect,&fs);
IExplorerBrowser_SetOptions(info->browser,EBO_SHOWFRAMES); IExplorerBrowser_SetOptions(info->browser,EBO_SHOWFRAMES);
SetWindowLongPtrW(info->main_window,EXPLORER_INFO_INDEX,(LONG)info); SetWindowLongPtrW(info->main_window,EXPLORER_INFO_INDEX,(LONG_PTR)info);
/*setup navbar*/ /*setup navbar*/
rebar = CreateWindowExW(WS_EX_TOOLWINDOW,REBARCLASSNAMEW,NULL, rebar = CreateWindowExW(WS_EX_TOOLWINDOW,REBARCLASSNAMEW,NULL,