ChangeSet ID: 14611
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/11/30 11:29:03
Modified files:
dlls/advapi32 : service.c
Log message:
Alexander Yaworsky <yaworsky(a)migusoft.ru>
Merge Unicode and ASCII versions of StartServiceCtrlDispatcher.
Implement StartServiceCtrlDispatcherA on the top of
StartServiceCtrlDispatcherW.
Get rid of HEAP_strdupWtoA.
Patch: http://cvs.winehq.org/patch.py?id=14611
Old revision New revision Changes Path
1.65 1.66 +58 -62 wine/dlls/advapi32/service.c
ChangeSet ID: 14609
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/11/30 11:26:22
Modified files:
dlls/netapi32 : netbios.c
Log message:
Jon Griffiths <jon_p_griffiths(a)yahoo.com>
Allow NCBRESET and NCBADDNAME to work even if there are no adapters.
Patch: http://cvs.winehq.org/patch.py?id=14609
Old revision New revision Changes Path
1.1 1.2 +10 -1 wine/dlls/netapi32/netbios.c