ChangeSet ID: 6556 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/12/10 16:56:46
Modified files: tools/winedump : pe.c ne.c debug.c server : trace.c timer.c semaphore.c request.c registry.c mutex.c mapping.c event.c change.c relay32 : relay386.c misc : registry.c memory : instr.c library : loader.c include/wine : rpcss_shared.h exception.h include/msvcrt : stdlib.h include : winnt.h windef.h msacm.h miscemu.h if1632 : relay.c graphics/x11drv: init.c dlls/x11drv : xrender.c dlls/wineps : type1afm.c truetype.c ppd.c dlls/winedos : interrupts.c int31.c int29.c int17.c dlls/twain : twain.h dlls/shlwapi : ordinal.c dlls/oleaut32 : parsedt.h dlls/ntdll : signal_powerpc.c signal_i386.c large_int.c exception.c dlls/msvcrt : locale.c dlls/dplayx : dplobby.c
Log message: winnt.h should not be self-contained, it must depend on windef.h so that STRICT works correctly; moved some definitions back to windef.h where they belong, and removed a couple of definitions that don't exist on Windows.
Patch: http://cvs.winehq.com/patch.py?id=6556
Old revision New revision Changes Path 1.18 1.19 +1 -1 wine/tools/winedump/pe.c 1.2 1.3 +1 -1 wine/tools/winedump/ne.c 1.7 1.8 +1 -1 wine/tools/winedump/debug.c 1.147 1.148 +1 -1 wine/server/trace.c 1.16 1.17 +1 -1 wine/server/timer.c 1.22 1.23 +1 -1 wine/server/semaphore.c 1.69 1.70 +1 -1 wine/server/request.c 1.44 1.45 +0 -1 wine/server/registry.c 1.22 1.23 +1 -1 wine/server/mutex.c 1.36 1.37 +0 -1 wine/server/mapping.c 1.25 1.26 +1 -1 wine/server/event.c 1.12 1.13 +1 -1 wine/server/change.c 1.49 1.50 +1 -1 wine/relay32/relay386.c 1.122 1.123 +1 -1 wine/misc/registry.c 1.19 1.20 +5 -0 wine/memory/instr.c 1.18 1.19 +1 -1 wine/library/loader.c 1.1 1.2 +1 -1 wine/include/wine/rpcss_shared.h 1.20 1.21 +1 -1 wine/include/wine/exception.h 1.6 1.7 +1 -1 wine/include/msvcrt/stdlib.h 1.143 1.144 +6 -156 wine/include/winnt.h 1.79 1.80 +135 -11 wine/include/windef.h 1.22 1.23 +4 -0 wine/include/msacm.h 1.63 1.64 +1 -1 wine/include/miscemu.h 1.54 1.55 +1 -1 wine/if1632/relay.c 1.54 1.55 +1 -1 wine/graphics/x11drv/init.c 1.18 1.19 +1 -1 wine/dlls/x11drv/xrender.c 1.5 1.6 +1 -1 wine/dlls/wineps/type1afm.c 1.18 1.19 +1 -1 wine/dlls/wineps/truetype.c 1.11 1.12 +1 -1 wine/dlls/wineps/ppd.c 1.11 1.12 +1 -1 wine/dlls/winedos/interrupts.c 1.14 1.15 +4 -4 wine/dlls/winedos/int31.c 1.5 1.6 +1 -1 wine/dlls/winedos/int29.c 1.5 1.6 +1 -1 wine/dlls/winedos/int17.c 1.4 1.5 +1 -1 wine/dlls/twain/twain.h 1.61 1.62 +1 -1 wine/dlls/shlwapi/ordinal.c 1.3 1.4 +1 -1 wine/dlls/oleaut32/parsedt.h 1.7 1.8 +1 -1 wine/dlls/ntdll/signal_powerpc.c 1.48 1.49 +1 -1 wine/dlls/ntdll/signal_i386.c 1.5 1.6 +1 -1 wine/dlls/ntdll/large_int.c 1.49 1.50 +1 -1 wine/dlls/ntdll/exception.c 1.13 1.14 +0 -1 wine/dlls/msvcrt/locale.c 1.22 1.23 +2 -1 wine/dlls/dplayx/dplobby.c