John Emmas wrote: > On Cygwin, '/usr/include/stdint.h' typedefs int32_t as long. The same file > on my Linux partition typedefs it to int. I must admit, I don't know what > to do now..... :-( > > Is there a simple solution to this? > Change your include file, if you disagree with it being more aligned with Windows tradition than with linux. Or, change your source code, so that it doesn't mix int32_t with int.
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/