File tree Expand file tree Collapse file tree 5 files changed +149
-137
lines changed Expand file tree Collapse file tree 5 files changed +149
-137
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ add_importlibs(explorer_new
34
34
shell32
35
35
shlwapi
36
36
version
37
+ uxtheme
37
38
msvcrt
38
39
kernel32
39
40
ntdll )
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2
+ <assembly xmlns =" urn:schemas-microsoft-com:asm.v1" manifestVersion =" 1.0" >
3
+ <assemblyIdentity
4
+ version =" 1.0.0.0"
5
+ processorArchitecture =" X86"
6
+ name =" ReactOS.Explorer"
7
+ type =" win32"
8
+ />
9
+ <description >This is ReactOS Explorer</description >
10
+ <dependency >
11
+ <dependentAssembly >
12
+ <assemblyIdentity
13
+ type =" win32"
14
+ name =" Microsoft.Windows.Common-Controls"
15
+ version =" 6.0.0.0"
16
+ processorArchitecture =" X86"
17
+ publicKeyToken =" 6595b64144ccf1df"
18
+ language =" *"
19
+ />
20
+ </dependentAssembly >
21
+ </dependency >
22
+ </assembly >
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ IDB_TASKBARPROP_NOLOCK_GROUP_NOQL BITMAP DISCARDABLE res/nolock_group_noql.bmp
20
20
IDB_TASKBARPROP_NOLOCK_NOGROUP_NOQL BITMAP DISCARDABLE res/nolock_nogroup_noql.bmp
21
21
IDB_TASKBARPROP_NOLOCK_NOGROUP_QL BITMAP DISCARDABLE res/nolock_nogroup_ql.bmp
22
22
IDB_TASKBARPROP_NOLOCK_GROUP_QL BITMAP DISCARDABLE res/nolock_group_ql.bmp
23
+ CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "explorer.exe.manifest"
23
24
24
25
#include "lang/bg-BG.rc"
25
26
#include "lang/cs-CZ.rc"
Original file line number Diff line number Diff line change 17
17
#include <tchar.h>
18
18
#include <stdio.h>
19
19
#include <stdlib.h>
20
+ #include <uxtheme.h>
20
21
22
+ #include "tmschema.h"
21
23
#include "resource.h"
22
24
#include "comcsup.h"
23
25
#include "todo.h"
You can’t perform that action at this time.
0 commit comments