[PATCH 1/4] atl: fix incorrect prototypes

Andrey Turkin pancha at mail.nnov.ru
Fri Nov 10 15:06:10 CST 2006


(resend - splitted into 2 series and rediffed against current git)

This patch change ansi prototypes to unicode. This is because DLL code 
must be uniform, either ansi or unicode, and not mix of two. The only 
difference between ansi and unicode versions is in type of return value 
of callback description function so ansi/unicode makes no difference as 
long as we do not use this return value as string.

ChangeLog:
atl: fix incorrect prototypes
---
  dlls/atl/atl_main.c |   14 +++++++-------
  dlls/atl/atlbase.h  |    8 ++++----
  2 files changed, 11 insertions(+), 11 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 525d326fd6e01be21686f7e513a3654fac2ed061.diff
Type: text/x-patch
Size: 4042 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20061111/7f9aebbe/525d326fd6e01be21686f7e513a3654fac2ed061.bin


More information about the wine-patches mailing list