From ca9d44a4a4d0e428fab225cb44041f44da78eb12 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Wed, 21 Jun 2006 17:03:20 +0000 Subject: [PATCH] Update the doc to include all user32.dll's source code files which are shared one way or another with Wine. Makes syncing easier. svn path=/trunk/; revision=22473 --- reactos/media/doc/README.WINE | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/reactos/media/doc/README.WINE b/reactos/media/doc/README.WINE index 4159e0e7dca..91003639c02 100644 --- a/reactos/media/doc/README.WINE +++ b/reactos/media/doc/README.WINE @@ -115,10 +115,30 @@ msvcrt - User32 - reactos/dll/win32/user32/controls/button.c # Synced at 20060621 + reactos/dll/win32/user32/controls/combo.c # Last sync date unknown reactos/dll/win32/user32/controls/edit.c # Out of sync + reactos/dll/win32/user32/controls/icontitle.c # Last sync date unknown + reactos/dll/win32/user32/controls/listbox.c # Out of sync + reactos/dll/win32/user32/controls/scrollbar.c # Forked (?) reactos/dll/win32/user32/controls/static.c # Out of sync + + reactos/dll/win32/user32/misc/dde.c # Last sync date unknown (dde_misc.c) + reactos/dll/win32/user32/misc/ddeclient.c # Last sync date unknown + reactos/dll/win32/user32/misc/ddeserver.c # Last sync date unknown + reactos/dll/win32/user32/misc/exticon.c # Last sync date unknown + reactos/dll/win32/user32/misc/resources.c # Forked? + reactos/dll/win32/user32/misc/winhelp.c # Last sync date unknown reactos/dll/win32/user32/misc/wsprintf.c # Out of sync + + reactos/dll/win32/user32/windows/draw.c # Forked at Wine-20020904 (uitools.c) reactos/dll/win32/user32/windows/mdi.c # Out of sync + reactos/dll/win32/user32/windows/menu.c # Last sync date unknown + reactos/dll/win32/user32/windows/messagebox.c # Forked + reactos/dll/win32/user32/windows/rect.c # Forked (uitools.c) + reactos/dll/win32/user32/windows/text.c # Forked (lstr.c) + reactos/dll/win32/user32/windows/winpos.c # Forked + +Update process for shared DLLs - Cd to the parent directory of your top-level "reactos" directory - Check out the Wine release: "cvs -d :pserver:cvs@cvs.winehq.com:2401/home/wine co wine -r Wine-20050211"