B20.1: <Windows32/Base.h> has "#ifdef i386"

Chris Metcalf metcalf@incert.com
Wed May 31 08:45:00 GMT 2000


This ifdef surrounds the definition of things like STDCALL, with the
result that if you build -ansi you get the wrong mangling of stdcall
imports.  It should obviously just be "#ifdef __i386__".

Thanks,
                Chris Metcalf -- InCert Software -- 1 (617) 621 8080
                metcalf@incert.com -- http://www.incert.com/~metcalf



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list