summaryrefslogtreecommitdiff
path: root/FL/platform_types.h
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2016-04-14 21:29:02 +0000
committerMatthias Melcher <fltk@matthiasm.com>2016-04-14 21:29:02 +0000
commit130a0ef8daa24bf1b14392615e067940f6c5d035 (patch)
tree4f63959ff503f1bc399e102fe4d64eeca0b1eabf /FL/platform_types.h
parent03e87bb2704155bd45b1eb9f8207ff660bea16d1 (diff)
PicoSDL fixes - not working!
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11607 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/platform_types.h')
-rw-r--r--FL/platform_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/platform_types.h b/FL/platform_types.h
index d2308be09..e8fbe86ca 100644
--- a/FL/platform_types.h
+++ b/FL/platform_types.h
@@ -64,7 +64,7 @@ struct dirent {char d_name[1];};
# pragma message "FL_PORTING: define struct stat and implement stat() for the platform"
struct stat { /* the FLTK source code uses part of the stat() API */
unsigned st_mode;
- off_t st_size;
+ unsigned st_size;
};
#define S_IFMT 0170000 /* type of file */
#define S_IFDIR 0040000 /* directory */