ChangeSet ID: 11409
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/09 19:56:00
Modified files:
dlls : make_dlls Makefile.in
Log message:
Do not create symlinks for the PE build since they can conflict with
the directory names.
Patch: http://cvs.winehq.org/patch.py?id=11409
Old revision New revision Changes Path
1.35 1.36 +21 -14 wine/dlls/make_dlls
1.209 1.210 +677 -670 wine/dlls/Makefile.in
ChangeSet ID: 11401
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/09 17:26:18
Modified files:
windows : mdi.c
Log message:
Huw Davies <huw(a)codeweavers.com>
We need to at least refresh the window menu in ChildActivate, so for
now remove the 'is already activated' optimization.
Patch: http://cvs.winehq.org/patch.py?id=11401
Old revision New revision Changes Path
1.123 1.124 +0 -5 wine/windows/mdi.c