From 8eb1517ffce9bffa87031151767d3194ebc2db58 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 16 May 2016 10:54:13 +0000 Subject: 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 --- FL/platform_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FL/platform_types.h b/FL/platform_types.h index e0cd1c373..7cdb8e4e3 100644 --- a/FL/platform_types.h +++ b/FL/platform_types.h @@ -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; -- cgit v1.2.3