ChangeSet ID: 987791195508687037974596
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/04/20 14:26:35
Modified files:
tools : winemaker
Log message:
Francois Gouget <fgouget(a)free.fr>
Fix file lossage in subdirectories of an 'include' directory (closes #163).
When case fixing #includes, take into account that the file may have
been renamed (closes #161).
Better support of $(SRCDIR) in -I directives.
RTF was not recognised in rc files because it was in the wrong place.
Escape weird characters when putting the rc filename in the spec file.
Patch: http://cvs.winehq.com/patch.py?id=987791195508687037974596
Revision Changes Path
1.24 +10 -4 wine/tools/winemaker
ChangeSet ID: 987617157630787814501673
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/04/18 14:05:57
Modified files:
windows : input.c
Log message:
Jukka Heinonen <jhei(a)iki.fi>
GetAsyncKeyState now clears "has been pressed" information of only the
requested key instead of all keys.
Patch: http://cvs.winehq.com/patch.py?id=987617157630787814501673
Revision Changes Path
1.46 +14 -14 wine/windows/input.c