ChangeSet ID: 19469
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/11 12:04:07
Modified files:
dlls/ntdll/tests: atom.c
Log message:
Francois Gouget <fgouget(a)free.fr>
Define WIN32_NO_STATUS so we don't get 'duplicate macro' errors when
compiling with the PSDK and MSVC.
Add some types that are not defined by the PSDK.
Patch: http://cvs.winehq.org/patch.py?id=19469
Old revision New revision Changes Path
1.1 1.2 +12 -1 wine/dlls/ntdll/tests/atom.c
ChangeSet ID: 19460
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/11 05:36:03
Modified files:
dlls/user : message.c
Log message:
Set remove to TRUE in accept_hardware_message for messages that should
go to a different thread. Simplify the code a bit.
Patch: http://cvs.winehq.org/patch.py?id=19460
Old revision New revision Changes Path
1.87 1.88 +9 -10 wine/dlls/user/message.c