ChangeSet ID: 18336 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/06/21 04:52:41
Modified files: dlls/ntdll : wcstring.c virtual.c version.c sync.c string.c signal_sparc.c signal_powerpc.c signal_i386.c server.c sec.c rtlstr.c rtlbitmap.c rtl.c resource.c relay.c reg.c process.c path.c om.c nt.c loadorder.c loader.c large_int.c heap.c handletable.c exception.c error.c env.c directory.c debugtools.c debugbuffer.c critsection.c cdrom.c atom.c
Log message: Mike McCormack mike@codeweavers.com Don't include winbase.h or winerror.h when not necessary.
Patch: http://cvs.winehq.org/patch.py?id=18336
Old revision New revision Changes Path 1.25 1.26 +0 -1 wine/dlls/ntdll/wcstring.c 1.52 1.53 +0 -1 wine/dlls/ntdll/virtual.c 1.19 1.20 +0 -1 wine/dlls/ntdll/version.c 1.50 1.51 +0 -1 wine/dlls/ntdll/sync.c 1.16 1.17 +0 -1 wine/dlls/ntdll/string.c 1.36 1.37 +0 -1 wine/dlls/ntdll/signal_sparc.c 1.28 1.29 +0 -1 wine/dlls/ntdll/signal_powerpc.c 1.94 1.95 +0 -1 wine/dlls/ntdll/signal_i386.c 1.23 1.24 +0 -1 wine/dlls/ntdll/server.c 1.59 1.60 +0 -1 wine/dlls/ntdll/sec.c 1.52 1.53 +0 -1 wine/dlls/ntdll/rtlstr.c 1.14 1.15 +0 -1 wine/dlls/ntdll/rtlbitmap.c 1.74 1.75 +0 -2 wine/dlls/ntdll/rtl.c 1.14 1.15 +0 -1 wine/dlls/ntdll/resource.c 1.24 1.25 +0 -1 wine/dlls/ntdll/relay.c 1.61 1.62 +0 -1 wine/dlls/ntdll/reg.c 1.6 1.7 +0 -1 wine/dlls/ntdll/process.c 1.30 1.31 +0 -1 wine/dlls/ntdll/path.c 1.32 1.33 +0 -1 wine/dlls/ntdll/om.c 1.95 1.96 +0 -1 wine/dlls/ntdll/nt.c 1.15 1.16 +0 -2 wine/dlls/ntdll/loadorder.c 1.92 1.93 +0 -1 wine/dlls/ntdll/loader.c 1.13 1.14 +0 -1 wine/dlls/ntdll/large_int.c 1.38 1.39 +0 -2 wine/dlls/ntdll/heap.c 1.3 1.4 +0 -1 wine/dlls/ntdll/handletable.c 1.78 1.79 +0 -1 wine/dlls/ntdll/exception.c 1.15 1.16 +0 -1 wine/dlls/ntdll/error.c 1.17 1.18 +0 -1 wine/dlls/ntdll/env.c 1.33 1.34 +0 -1 wine/dlls/ntdll/directory.c 1.40 1.41 +0 -1 wine/dlls/ntdll/debugtools.c 1.2 1.3 +0 -1 wine/dlls/ntdll/debugbuffer.c 1.29 1.30 +0 -2 wine/dlls/ntdll/critsection.c 1.54 1.55 +0 -1 wine/dlls/ntdll/cdrom.c 1.2 1.3 +0 -1 wine/dlls/ntdll/atom.c