ChangeSet ID: 1002580234164196796249598
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/10/08 18:30:34
Modified files:
include : winbase.h
include/wine : winbase16.h
misc : version.c
Log message:
Francois Gouget <fgouget(a)free.fr>
Move WINDEBUGINFO from winbase.h to winbase16.h and rename to
WINDEBUGINFO16.
Move the related macros to version.c and ifdef them out (kept for
documentation only, they are not used).
Patch: http://cvs.winehq.com/patch.py?id=1002580234164196796249598
Revision Changes Path
1.123 +0 -49 wine/include/winbase.h
1.29 +13 -2 wine/include/wine/winbase16.h
1.47 +45 -2 wine/misc/version.c
ChangeSet ID: 10025746320367952473461628
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/10/08 16:57:12
Modified files:
files : file.c
server : file.c
Log message:
Eric Pouech <eric.pouech(a)wanadoo.fr>
- fixed copy&paste bug (GENERIC_WRITE instead of GENERIC_READ)
- when getting the type of a handle, it has to be done even if no fd
is attached to it (console for example)
Patch: http://cvs.winehq.com/patch.py?id=10025746320367952473461628
Revision Changes Path
1.114 +2 -2 wine/files/file.c
1.47 +1 -0 wine/server/file.c