mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Add filebrowser to build
svn path=/branches/shell-experiments/; revision=61976
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user