diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-08-05 15:34:28 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-08-05 15:34:28 +0000 |
| commit | f6ea21e2fb15bf37605f5d7c760048eda51c8491 (patch) | |
| tree | e1fcc9152ca759a77855f979852706985c1511b6 /fluid | |
| parent | 51050b38d82ca53bb71c85d2031f9777e6dd373e (diff) | |
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
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/fluid.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
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 $". // |
