ChangeSet ID: 17655
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/05/20 13:59:20
Modified files:
dlls/msi : msi.spec
Log message:
Aric Stewart <aric(a)codeweavers.com>
We have a stub for MsiGetUserInfoA we should use it.
Patch: http://cvs.winehq.org/patch.py?id=17655
Old revision New revision Changes Path
1.36 1.37 +1 -1 wine/dlls/msi/msi.spec
ChangeSet ID: 17653
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/05/20 13:59:01
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Write the RegOwner and RegCompany keys as blank if they do not exist
when doing the RegisterUser action.
Patch: http://cvs.winehq.org/patch.py?id=17653
Old revision New revision Changes Path
1.119 1.120 +2 -0 wine/dlls/msi/action.c
ChangeSet ID: 17650
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/05/20 13:58:11
Modified files:
dlls/opengl32 : make_opengl
Log message:
Francois Gouget <fgouget(a)free.fr>
Add 'use strict' and fix make_opengl accordingly.
Add function prototypes.
Write "$a $b" rather than the more complex $a . " " . $b.
Document which OpenGL spec files need to be downloaded.
Update the documentation of the list of supported OpenGL versions.
Tweak the usage so it always reports the right command name.
Patch: http://cvs.winehq.org/patch.py?id=17650
Old revision New revision Changes Path
1.25 1.26 +116 -107 wine/dlls/opengl32/make_opengl