From f6ea21e2fb15bf37605f5d7c760048eda51c8491 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 5 Aug 2001 15:34:28 +0000 Subject: Keyboard nav for tabs. Define MAX_PATH for Cygwin. Update configure script to add *BSD DSO generation rules and X include directory for Xdbe.h and OpenGL headers. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1556 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/fluid.cxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'fluid') diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index b1f317f6b..b8a69ad5b 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -1,5 +1,5 @@ // -// "$Id: fluid.cxx,v 1.15.2.13.2.1 2001/08/02 16:17:04 easysw Exp $" +// "$Id: fluid.cxx,v 1.15.2.13.2.2 2001/08/05 15:34:28 easysw Exp $" // // FLUID main entry for the Fast Light Tool Kit (FLTK). // @@ -252,6 +252,10 @@ static int ipasteoffset; static char* cutfname() { #ifdef WIN32 +# ifndef MAX_PATH +# define MAX_PATH 256 +# endif // !MAX_PATH + static char name[MAX_PATH+16] = ""; if (!name[0]) { @@ -474,5 +478,5 @@ int main(int argc,char **argv) { } // -// End of "$Id: fluid.cxx,v 1.15.2.13.2.1 2001/08/02 16:17:04 easysw Exp $". +// End of "$Id: fluid.cxx,v 1.15.2.13.2.2 2001/08/05 15:34:28 easysw Exp $". // -- cgit v1.2.3