- Add filebrowser to build
authorGiannis Adamopoulos <gadamopoulos@reactos.org>
Tue, 4 Feb 2014 10:55:46 +0000 (10:55 +0000)
committerGiannis Adamopoulos <gadamopoulos@reactos.org>
Tue, 4 Feb 2014 10:55:46 +0000 (10:55 +0000)
svn path=/branches/shell-experiments/; revision=61976

base/shell/CMakeLists.txt
base/shell/filebrowser/filebrowser.c

index dc06a56..1178c36 100644 (file)
@@ -2,3 +2,4 @@
 add_subdirectory(cmd)
 add_subdirectory(explorer)
 add_subdirectory(explorer-new)
+add_subdirectory(filebrowser)
index 13b46a7..ebede29 100644 (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);