mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 13:45:56 +00:00
- Add filebrowser to build
svn path=/branches/shell-experiments/; revision=61976
This commit is contained in:
parent
3408d41c60
commit
0a7da455d3
2 changed files with 4 additions and 3 deletions
|
@ -2,3 +2,4 @@
|
|||
add_subdirectory(cmd)
|
||||
add_subdirectory(explorer)
|
||||
add_subdirectory(explorer-new)
|
||||
add_subdirectory(filebrowser)
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <tchar.h>
|
||||
#include <Windows.h>
|
||||
#include <ShObjIdl.h>
|
||||
#include <ShlObj.h>
|
||||
#include <windows.h>
|
||||
#include <shobjidl.h>
|
||||
#include <shlobj.h>
|
||||
|
||||
typedef HRESULT (WINAPI *SH_OPEN_NEW_FRAME)(LPITEMIDLIST pidl, IUnknown *paramC, long param10, long param14);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue