ChangeSet ID: 17946
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/06/05 13:30:34
Modified files:
tables : user_list.sql
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Remove some tabs and fix indenting. Make email column a varchar(255) so we can mark it as unique, you can't have a unique text column in mysql.
Patch: http://cvs.winehq.org/patch.py?id=17946
Old revision New revision Changes Path
1.6 1.7 +10 -10 appdb/tables/user_list.sql
ChangeSet ID: 17943
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/05 13:22:02
Modified files:
dlls/ntdll : loader.c
Log message:
Allocate the system view for builtin modules earlier in
load_builtin_callback so that we also create one for the main
executable.
Patch: http://cvs.winehq.org/patch.py?id=17943
Old revision New revision Changes Path
1.90 1.91 +3 -3 wine/dlls/ntdll/loader.c
ChangeSet ID: 17939
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/05 13:04:54
Modified files:
dlls/oleaut32/tests: typelib.c
Log message:
Jacek Caban <jack(a)itma.pwr.wroc.pl>
Test only stdole32.tlb as we don't have olepro32.dll in Wine.
Patch: http://cvs.winehq.org/patch.py?id=17939
Old revision New revision Changes Path
1.1 1.2 +0 -3 wine/dlls/oleaut32/tests/typelib.c