- Add filebrowser to build

svn path=/branches/shell-experiments/; revision=61976
This commit is contained in:
Giannis Adamopoulos 2014-02-04 10:55:46 +00:00
parent 3408d41c60
commit 0a7da455d3
2 changed files with 4 additions and 3 deletions

View file

@ -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);