summaryrefslogtreecommitdiff
path: root/src/fl_call_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fl_call_main.c')
-rw-r--r--src/fl_call_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_call_main.c b/src/fl_call_main.c
index 1d4b8c1c0..86326a46e 100644
--- a/src/fl_call_main.c
+++ b/src/fl_call_main.c
@@ -37,7 +37,7 @@
* Microsoft(r) Windows(r) that allows for it.
*/
-#if defined(WIN32) || defined(__APPLE__)
+#if defined(WIN32) || defined(__APPLE__) // PORTME: platform main()
#elif defined(FL_PORTING)
# pragma message "FL_PORTING: implement 'main()' here if your platform provides another app entry point"
#else