libg2c #define for cygwin & mingw

Tim Prince tprince@computer.org
Sat Jul 20 18:52:00 GMT 2002


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/



More information about the Cygwin mailing list