65 # define FL_COMMAND opaque
66 # define FL_CONTROL opaque
70 #ifndef FL_PLATFORM_TYPES_H
71 #define FL_PLATFORM_TYPES_H
73 #include <FL/fl_config.h>
110 #if defined(_WIN32) && !defined(__MINGW32__)
111 struct dirent {
char d_name[1];};
116 # if defined(_WIN64) && defined(_MSC_VER)
122 #include <FL/Fl_Export.H>
123 extern FL_EXPORT
int fl_command_modifier();
124 extern FL_EXPORT
int fl_control_modifier();
125 # define FL_COMMAND fl_command_modifier()
126 # define FL_CONTROL fl_control_modifier()