[PATCH 8/11] Fix incorrect prototypes

Andrey Turkin aturkin at mera.ru
Wed Nov 1 07:40:14 CST 2006


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:
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: 187c27c19b58c50401c717dced962f23596c5370.diff
Type: text/x-patch
Size: 4042 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20061101/bad1a749/187c27c19b58c50401c717dced962f23596c5370.bin


More information about the wine-patches mailing list