Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Type: text/plain; charset="iso-8859-15" From: Tim Prince Reply-To: tprince AT computer DOT org To: cygwin AT cygwin DOT com Subject: libg2c #define for cygwin & mingw Date: Sat, 20 Jul 2002 12:49:05 -0700 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020720194906.348602CF71@inet1.ywave.com> 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/