This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libg2c #define for cygwin & mingw


libf2c/libU77 uses
#if defined(_WIN32)
to determine whether to use win32api calls.  I suspect this is no longer 
working as intended.  I have made a patch to DATE_AND_TIME() to fill in the 
milliseconds field, and it works with
#if defined(__CYGWIN__)
but I would like to know what configury system is recommended there?  Does it 
involve adding -mwin32 or -D_WIN32 to CFLAGS?
-- 
Tim Prince

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]