mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 08:32:07 +08:00
Need to include <ctype.h>...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1733 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// "$Id: filename_absolute.cxx,v 1.5.2.4.2.1 2001/11/26 00:15:06 easysw Exp $"
|
// "$Id: filename_absolute.cxx,v 1.5.2.4.2.2 2001/11/26 19:41:57 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Filename expansion routines for the Fast Light Tool Kit (FLTK).
|
// Filename expansion routines for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
@@ -32,6 +32,7 @@
|
|||||||
#include <FL/filename.H>
|
#include <FL/filename.H>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "flstring.h"
|
#include "flstring.h"
|
||||||
|
#include <ctype.h>
|
||||||
#if defined(WIN32) && !defined(__CYGWIN__)
|
#if defined(WIN32) && !defined(__CYGWIN__)
|
||||||
# include <direct.h>
|
# include <direct.h>
|
||||||
//# define getcwd(a,b) _getdcwd(0,a,b)
|
//# define getcwd(a,b) _getdcwd(0,a,b)
|
||||||
@@ -172,5 +173,5 @@ filename_relative(char *to, // O - Relative filename
|
|||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: filename_absolute.cxx,v 1.5.2.4.2.1 2001/11/26 00:15:06 easysw Exp $".
|
// End of "$Id: filename_absolute.cxx,v 1.5.2.4.2.2 2001/11/26 19:41:57 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user