summaryrefslogtreecommitdiff
blob: e0c7ba3a41337f37d6120f0cdd145165f1166115 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/python/fltk_wrap.cpp
+++ b/python/fltk_wrap.cpp
@@ -144,7 +144,9 @@
 # define _SCL_SECURE_NO_DEPRECATE
 #endif
 
-
+int _fl_filename_isdir_quick(const char *n)  {
+    return 0;
+}
 
 /* Python.h has to appear first */
 #include <Python.h>