From 328a8f8f0dd777bb9a124e6701bf1595b5aff96e Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Tue, 4 Apr 2000 17:57:05 +0000 Subject: Fixes for Cygwin POSIX emulation layer from Norman Vine. Requires the symbol __CYGWIN__ to be defined, appears to disable the special meaning of backslash and colon in file names. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1056 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/fluid.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fluid') diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index c52725664..6e80e4bfe 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -1,5 +1,5 @@ // -// "$Id: fluid.cxx,v 1.15.2.2 1999/11/20 09:17:21 bill Exp $" +// "$Id: fluid.cxx,v 1.15.2.3 2000/04/04 17:57:01 bill Exp $" // // FLUID main entry for the Fast Light Tool Kit (FLTK). // @@ -62,7 +62,7 @@ const char *copyright = #include #include -#if defined(WIN32) && !defined(CYGNUS) +#if defined(WIN32) && !defined(__CYGWIN__) # include #else # include @@ -428,5 +428,5 @@ int main(int argc,char **argv) { } // -// End of "$Id: fluid.cxx,v 1.15.2.2 1999/11/20 09:17:21 bill Exp $". +// End of "$Id: fluid.cxx,v 1.15.2.3 2000/04/04 17:57:01 bill Exp $". // -- cgit v1.2.3