[Bug 22100] New: SystemFunction036 has wrong prototype

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Mar 20 19:00:35 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=22100

           Summary: SystemFunction036 has wrong prototype
           Product: Wine
           Version: 1.1.41
          Platform: x86
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: advapi32
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: mtr1999 at gmx.com


SystemFunction036 in advapi32/crypt.c returns BOOLEAN instead of BOOL.
http://msdn.microsoft.com/en-us/library/aa387694%28VS.85%29.aspx

These two types are different.
http://msdn.microsoft.com/en-us/library/aa383751%28VS.85%29.aspx

typedef int BOOL;
typedef BYTE BOOLEAN;

This doesn't fail the SystemFunction036 winetest because the prototype there
is wrong too.

The ntsecapi.h header has the right prototype.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list