diff options
Diffstat (limited to 'src/fl_call_main.c')
| -rw-r--r-- | src/fl_call_main.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fl_call_main.c b/src/fl_call_main.c index f32122a20..1d4b8c1c0 100644 --- a/src/fl_call_main.c +++ b/src/fl_call_main.c @@ -37,6 +37,12 @@ * Microsoft(r) Windows(r) that allows for it. */ +#if defined(WIN32) || defined(__APPLE__) +#elif defined(FL_PORTING) +# pragma message "FL_PORTING: implement 'main()' here if your platform provides another app entry point" +#else +#endif + #if defined(WIN32) && !defined(FL_DLL) && !defined (__GNUC__) # include <windows.h> |
