File tree 8 files changed +4711
-4691
lines changed
base/applications/wordpad 8 files changed +4711
-4691
lines changed Original file line number Diff line number Diff line change 2
2
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd" >
3
3
<module name = "wordpad" type = "win32gui" installbase = "system32" installname = "wordpad.exe" allowwarnings = "true" >
4
4
<include base = "wordpad" >. </include >
5
- <define name = "__ROS_LONG64__" />
5
+ <include base = "ReactOS" >include /reactos /wine </include>
6
+ <define name="__ROS_LONG64__" / >
6
7
<library >comdlg32 </library>
7
8
<library>shell32</library >
8
9
<library >user32 </library>
Original file line number Diff line number Diff line change 3
3
<module name = "usrmgr" type = "win32dll" extension = ".cpl" baseaddress = "${BASEADDRESS_USRMGR}" installbase = "system32" installname = "usrmgr.cpl" unicode = "yes" crt = "msvcrt" >
4
4
<importlibrary definition = "usrmgr.spec" />
5
5
<include base="usrmgr">.</include >
6
+ <include base = "ReactOS" >include /reactos /wine </include>
6
7
<library>advapi32</library >
7
8
<library >user32 </library>
8
9
<library>gdi32</library >
Original file line number Diff line number Diff line change 8
8
<include base = "ReactOS" >include /reactos /wine </include>
9
9
<define name="__WINESRC__" / >
10
10
<define name = "_WINE" />
11
+ <define name = "_COMCTL32_" />
12
+ <redefine name = "_WIN32_WINNT" >0x600 </redefine>
11
13
<file>animate.c</file >
12
14
<file >comboex . c </file>
13
15
<file>comctl32undoc.c</file >
Original file line number Diff line number Diff line change 1
1
<module name = "netcfgx" type = "win32dll" baseaddress = "${BASEADDRESS_NETCFGX}" installbase = "system32" installname = "netcfgx.dll" >
2
2
<importlibrary definition = "netcfgx.spec" />
3
3
<autoregister infsection="OleControlDlls" type="DllRegisterServer" / >
4
+ <redefine name = "_WIN32_WINNT" >0x0600 </redefine >
4
5
<library >ntdll </library >
5
6
<library >rpcrt4 </library >
6
7
<library >setupapi </library >
Original file line number Diff line number Diff line change 3
3
<importlibrary definition="netshell.spec" / >
4
4
<include base = "netshell" >. </include >
5
5
<define name = "_NETSHELL_" />
6
+ <redefine name="_WIN32_WINNT">0x600</redefine >
6
7
<library >shlwapi </library >
7
8
<library >shell32 </library >
8
9
<library >version </library >
Original file line number Diff line number Diff line change 3
3
<include base="user32">.</include >
4
4
<include base = "user32" >include </include >
5
5
<include base = "ReactOS" >include /reactos /subsys </include >
6
+ <include base = "ReactOS" >include /reactos /wine </include >
6
7
<library >wine </library >
7
8
<library >gdi32 </library >
8
9
<library >advapi32 </library >
You can’t perform that action at this time.
0 commit comments