Kill OLE_GetFormatA

Ryan Cumming ryan at completely.kicks-ass.org
Wed Nov 6 20:11:34 CST 2002


Hi,

I noticed that GetDateFormatW and GetTimeFormatW were a lot more complete than 
GetDateFormatA and GetTimeFormatA.

getformat.diff removes the backend function OLE_GetFormatA, and instead 
reimplements the ASCII functions on top of their Unicode versions. It also 
moves around some comments to reflect the new structure.

getformata-test.diff removes two todo blocks from dlls/kernel/tests - they now 
succeed with getformata.diff applied.

-Ryan

ChangeLog:
Remove OLE_GetFormatA, reimplement GetDateFormatA and GetTimeFormatA as 
wrappers around their Unicode versions
-------------- next part --------------
A non-text attachment was scrubbed...
Name: getformata.diff
Type: text/x-diff
Size: 13510 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20021106/9f39fbee/getformata.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: getformata-tests.diff
Type: text/x-diff
Size: 1049 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20021106/9f39fbee/getformata-tests.bin


More information about the wine-patches mailing list