ChangeSet ID: 20261
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/17 09:29:11
Modified files:
dlls/ole32 : defaulthandler.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
Re-arrange some functions and vtables so we don't have declarations
for all of the functions in the file.
Patch: http://cvs.winehq.org/patch.py?id=20261
Old revision New revision Changes Path
1.26 1.27 +240 -423 wine/dlls/ole32/defaulthandler.c
ChangeSet ID: 20259
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/17 09:28:44
Modified files:
dlls/user : user_main.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
GetDesktopWindow can now potentially create a thread, so we shouldn't
call this function from DllMain otherwise it is possible to cause a
deadlock.
Patch: http://cvs.winehq.org/patch.py?id=20259
Old revision New revision Changes Path
1.96 1.97 +1 -1 wine/dlls/user/user_main.c