ChangeSet ID: 6903 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/01/03 18:52:21
Modified files: unicode : Makefile.in tools/wrc : Makefile.in tools/wpp : Makefile.in tools/wmc : Makefile.in tools/winedump : Makefile.in tools/winebuild: Makefile.in tools/winapi : msvcmaker Makefile.in tools/widl : Makefile.in server : Makefile.in ole : Makefile.in miscemu : Makefile.in library : Makefile.in include/wine : obj_inplace.h obj_control.h debug.h include : wtypes.idl wtypes.h wownt32.h winternl.h winsock.h winnt.h windows.h windef.h winbase.h tchar.h shlwapi.h rpcproxy.h rpcdce.h rpc.h prsht.h oleidl.h ocidl.h objidl.idl objidl.h objbase.h oaidl.h mmsystem.h mmddk.h dlls : Makedll.rules.in . : Make.rules.in
Log message: Dimitrie O. Paun dpaun@rogers.com Rename __WINE__ to __WINESRC__.
Patch: http://cvs.winehq.com/patch.py?id=6903
Old revision New revision Changes Path 1.17 1.18 +1 -1 wine/unicode/Makefile.in 1.23 1.24 +1 -1 wine/tools/wrc/Makefile.in 1.3 1.4 +1 -1 wine/tools/wpp/Makefile.in 1.13 1.14 +1 -1 wine/tools/wmc/Makefile.in 1.4 1.5 +1 -1 wine/tools/winedump/Makefile.in 1.12 1.13 +1 -1 wine/tools/winebuild/Makefile.in 1.9 1.10 +1 -1 wine/tools/winapi/msvcmaker 1.5 1.6 +1 -1 wine/tools/winapi/Makefile.in 1.4 1.5 +1 -1 wine/tools/widl/Makefile.in 1.37 1.38 +1 -1 wine/server/Makefile.in 1.27 1.28 +1 -1 wine/ole/Makefile.in 1.11 1.12 +1 -1 wine/miscemu/Makefile.in 1.17 1.18 +1 -1 wine/library/Makefile.in 1.18 1.19 +1 -1 wine/include/wine/obj_inplace.h 1.13 1.14 +1 -1 wine/include/wine/obj_control.h 1.6 1.7 +2 -2 wine/include/wine/debug.h 1.6 1.7 +1 -1 wine/include/wtypes.idl 1.41 1.42 +1 -1 wine/include/wtypes.h 1.6 1.7 +4 -4 wine/include/wownt32.h 1.10 1.11 +5 -5 wine/include/winternl.h 1.49 1.50 +4 -4 wine/include/winsock.h 1.148 1.149 +7 -7 wine/include/winnt.h 1.58 1.59 +1 -1 wine/include/windows.h 1.80 1.81 +11 -11 wine/include/windef.h 1.176 1.177 +2 -2 wine/include/winbase.h 1.18 1.19 +1 -1 wine/include/tchar.h 1.32 1.33 +1 -1 wine/include/shlwapi.h 1.6 1.7 +1 -1 wine/include/rpcproxy.h 1.16 1.17 +1 -1 wine/include/rpcdce.h 1.12 1.13 +1 -1 wine/include/rpc.h 1.22 1.23 +1 -1 wine/include/prsht.h 1.9 1.10 +1 -1 wine/include/oleidl.h 1.9 1.10 +1 -1 wine/include/ocidl.h 1.1 1.2 +3 -3 wine/include/objidl.idl 1.9 1.10 +1 -1 wine/include/objidl.h 1.27 1.28 +2 -2 wine/include/objbase.h 1.9 1.10 +1 -1 wine/include/oaidl.h 1.61 1.62 +2 -2 wine/include/mmsystem.h 1.14 1.15 +1 -1 wine/include/mmddk.h 1.45 1.46 +1 -1 wine/dlls/Makedll.rules.in 1.137 1.138 +2 -2 wine/Make.rules.in