Updated Info.
[reactos.git] / reactos / doc / README.WINE
1 The ReactOS Project shares quite a bit of code with the WINE project.
2 This document should provide a compleate reference for all of the
3 locations in the ReactOS source tree where code is shared between the
4 two projects.
5
6 If you find that a function in ReactOS that is not implemented properly
7 and is based on WINE sources, check the latest Winehq CVS and see if
8 it has been fixed there. If so, please submit a patch to
9 ros-kernel@reactos.com. Otherwise please send a patch to both
10 wine-patches@winehq.com and ros-kernel@reactos.com
11
12 The following shared librarys are a 100% port from Winehq sourcs
13 reactos/lib/comctl32
14 reactos/lib/imagehlp
15 reactos/lib/imm32
16 reactos/lib/msvcrt20
17 reactos/lib/ole32
18 reactos/lib/richedit
19 reactos/lib/rpcrt4 - In need of new merge
20 reactos/lib/shlwapi
21 reactos/lib/twain
22 reactos/lib/winmm
23
24 In addition the following dlls contain source based on code from winehq
25 User32:
26 reactos/lib/user32/controls/button.c
27 reactos/lib/user32/controls/edit.c
28 reactos/lib/user32/controls/static.c
29 reactos/lib/user32/misc/wsprintf.c
30 reactos/lib/user32/windows/mdi.c
31
32 reactos/lib/gdi32/objects/linedda.c
33
34 reactos/lib/kernel32/misc/errormsg.c
35
36 reactos/lib/msvcrt/wine/* - C++ exception handing