diff options
| -rw-r--r-- | FL/platform_types.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/platform_types.h b/FL/platform_types.h index 17f4f4930..036068b08 100644 --- a/FL/platform_types.h +++ b/FL/platform_types.h @@ -17,8 +17,8 @@ /** \file Definitions of platform-dependent types. The exact nature of these types varies with the platform. - FLTK applications should only receive and transmit values of these - types from/to functions belonging to the public FLTK API. + Therefore, portable FLTK applications should not assume these types + have a specific size, or that they are pointers. */ #ifdef FL_DOXYGEN |
