ChangeSet ID: 14291
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/22 17:06:49
Modified files:
tools : wine.inf
Log message:
Juan Lang <juan_lang(a)yahoo.com>
Shell registry entries are now created by shell32, don't hardcode them
in wine.inf.
Patch: http://cvs.winehq.org/patch.py?id=14291
Old revision New revision Changes Path
1.23 1.24 +0 -27 wine/tools/wine.inf
ChangeSet ID: 14290
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/22 17:06:31
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Don't reregister ProgIds over and over, also write out the main key
before trying to register the Parent. This avoids loops if a ProgId
has itself as a parent or there is a loop in dependencies.
Patch: http://cvs.winehq.org/patch.py?id=14290
Old revision New revision Changes Path
1.38 1.39 +18 -9 wine/dlls/msi/action.c
ChangeSet ID: 14289
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/22 17:05:19
Modified files:
tools : wineconf
Log message:
Francois Gouget <fgouget(a)free.fr>
Add function prototypes.
Change the way functions are called and their declaration order so
perl can check the prototypes.
Patch: http://cvs.winehq.org/patch.py?id=14289
Old revision New revision Changes Path
1.16 1.17 +165 -164 wine/tools/wineconf
ChangeSet ID: 14284
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/22 15:25:46
Modified files:
dlls/shell32/tests: shellpath.c
Log message:
Francois Gouget <fgouget(a)free.fr>
Fix the function pointer declarations so MSVC likes them.
CSIDL_PROFILES is not defined in the Windows SDK.
snprintf and strcasecmp don't exist on Windows. Replace them with
wnsprintfA and lstrcmpiA respectively.
Patch: http://cvs.winehq.org/patch.py?id=14284
Old revision New revision Changes Path
1.1 1.2 +20 -16 wine/dlls/shell32/tests/shellpath.c