(MPLIST_VAL_MANAGED_P): Delete this macro.
[m17n/m17n-lib.git] / src / m17n-gd.c
index a583f06..981ccf5 100644 (file)
@@ -837,6 +837,10 @@ device_open (MFrame *frame, MPlist *param)
   return 0;
 }
 
+#else  /* not HAVE_GD nor HAVE_FREETYPE */
+
+int device_open () { return -1; }
+
 #endif /* not HAVE_GD nor HAVE_FREETYPE */
 
 /*** @} */