More accurate message about how to port the stat() function to a new platform.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11741 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
a6b31a05af
commit
8eb1517ffc
@ -93,7 +93,7 @@ typedef int FL_SOCKET;
|
||||
typedef void *GLContext;
|
||||
# pragma message "FL_PORTING: define struct dirent and implement scandir() for the platform"
|
||||
struct dirent {char d_name[1];};
|
||||
# pragma message "FL_PORTING: define struct stat and implement stat() for the platform"
|
||||
# pragma message "FL_PORTING: define struct stat and implement Fl_XXX_System_Driver::stat() for the platform"
|
||||
struct stat { /* the FLTK source code uses part of the stat() API */
|
||||
unsigned st_mode;
|
||||
unsigned st_size;
|
||||
|
Loading…
Reference in New Issue
Block a user