ChangeSet ID: 12757
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/06/30 13:15:51
Modified files:
windows : mdi.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
Do not do SetWindowPos(SWP_FRAMECHANGED) in the
DefFrameProc(WM_SETTEXT) handler, DefWindowProc already takes care of
it.
Patch: http://cvs.winehq.org/patch.py?id=12757
Old revision New revision Changes Path
1.129 1.130 +10 -14 wine/windows/mdi.c
ChangeSet ID: 12755
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/06/30 13:14:32
Modified files:
dlls/odbc32 : proxyodbc.c
Log message:
Bill Medland <billmedland(a)mercuryspeed.com>
Set RTLD_GLOBAL when loading the odbc driver manager so that when it
loads its own driver that driver can call back into the manager (as
the Oracle Beta driver does, for example).
Patch: http://cvs.winehq.org/patch.py?id=12755
Old revision New revision Changes Path
1.25 1.26 +1 -1 wine/dlls/odbc32/proxyodbc.c
ChangeSet ID: 12751
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/06/30 13:11:39
Modified files:
dlls/msacm : internal.c Makefile.in
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Look up driver info in the registry as well as in system.ini.
Patch: http://cvs.winehq.org/patch.py?id=12751
Old revision New revision Changes Path
1.18 1.19 +34 -32 wine/dlls/msacm/internal.c
1.25 1.26 +1 -0 wine/dlls/msacm/Makefile.in