mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:15:52 +00:00
[filebrowser]
- Add an experimental module called FileBrowser.exe. This program works standalone in windows xp and windows 2003 and opens a new file browser window in its own process. If our browseui.dll is in the same folder, filebrowser will use the implementation of our file browser in windows. That means that standalone it works only in xp and 2003 but with our own browseui it will work on all windows versions (but doesn't work on all for now). This can be used for both testing the implementation of our file browser in windows and as a host process for new file browser windows for explorer_new.exe + rshell.dll svn path=/branches/shell-experiments/; revision=61974
This commit is contained in:
parent
f52dad5f15
commit
3408d41c60
4 changed files with 91 additions and 0 deletions
11
base/shell/filebrowser/filebrowser.rc
Normal file
11
base/shell/filebrowser/filebrowser.rc
Normal file
|
@ -0,0 +1,11 @@
|
|||
#include <windef.h>
|
||||
#include <winuser.h>
|
||||
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS File Browser"
|
||||
#define REACTOS_STR_INTERNAL_NAME "filebrowser"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "filebrowser.exe"
|
||||
#include <reactos/version.rc>
|
||||
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
|
||||
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "filebrowser.exe.manifest"
|
Loading…
Add table
Add a link
Reference in a new issue