Ticket #12 (closed defect: fixed)
__stdcall define wrong for Windows platform
| Reported by: | JimKleckner | Owned by: | somebody |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.9.8.1 |
| Component: | Code Generation | Keywords: | |
| Cc: |
Description
The previous patch that fixed the redefinition of __stdcall on Cygwin caused the Windows platform to fail to recognize the calling convention.
The attached patch adds a check for MS_WINDOWS as well before __stdcall is turned off.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

