ChangeSet ID: 98943750735303066810593
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/05/09 15:45:07
Modified files:
dlls/ntdll : signal_i386.c
Log message:
Bang Jun-Young <bjy(a)mogua.org>
Do not use internal exception codes defined by Wine with NetBSD,
rather use native ones from /usr/include/i386/trap.h. Note that T_MCHK
is not supported by NetBSD.
Patch: http://cvs.winehq.com/patch.py?id=98943750735303066810593
Revision Changes Path
1.23 +5 -2 wine/dlls/ntdll/signal_i386.c
ChangeSet ID: 989437466836321644950658
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/05/09 15:44:26
Modified files:
include : ddraw.h
Log message:
Ove Kaaven <ovek(a)transgaming.com>
Fixed the IDirectDrawSurface4 interface declaration to conform a bit
more with the DirectX SDK headers' idea of what the interface looks
like.
Patch: http://cvs.winehq.com/patch.py?id=989437466836321644950658
Revision Changes Path
1.37 +3 -8 wine/include/ddraw.h