diff options
| author | Manolo Gouy <Manolo> | 2016-04-15 07:33:26 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-15 07:33:26 +0000 |
| commit | 53d7191928184860fe82d5546805af781b8266e9 (patch) | |
| tree | 5ad2b8ee5e54402407f607cbf80b7dfd854d6d65 /FL/platform_types.h | |
| parent | b9564c64cca468f05871aa517cf07f6fc3ab3a5d (diff) | |
Remove S_IFMT from the public FLTK API
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11609 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/platform_types.h')
| -rw-r--r-- | FL/platform_types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FL/platform_types.h b/FL/platform_types.h index e8fbe86ca..a5b51be2b 100644 --- a/FL/platform_types.h +++ b/FL/platform_types.h @@ -66,7 +66,6 @@ struct stat { /* the FLTK source code uses part of the stat() API */ unsigned st_mode; unsigned st_size; }; -#define S_IFMT 0170000 /* type of file */ #define S_IFDIR 0040000 /* directory */ #define S_IFREG 0100000 /* regular */ |
