Get rid W->A calls in shlwapi/ordinal.c

Jacek Caban jack at itma.pwr.wroc.pl
Thu Dec 30 11:33:00 CST 2004


I left one W->A call, becouse I'm not sure what to do with this:
  /* If our OS is natively ASCII, use the ASCII version */
  if (!(GetVersion() & 0x80000000))  /* NT */
    return SHCreateWorkerWindowA(wndProc, hWndParent, dwExStyle, 
dwStyle, hMenu, z);
It's not logical for me, but who says M$ is logical... If it has to stay
as it is, I can't see any other way than hide this call so winapi_check 
doesn't detect it.

Changeog:
    Get rid W->A calls
-------------- next part --------------
A non-text attachment was scrubbed...
Name: shlwapiord.diff
Type: text/x-patch
Size: 2343 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20041230/57f2006a/shlwapiord.bin


More information about the wine-patches mailing list