Implemented date/time Glk functions
[projects/chimara/chimara.git] / libchimara / gestalt.c
index 54fc700602ecc29f75c1f20b1eedc2d7943166a1..e2eceefdfced743b2e965560aa85d6bfcf348f96 100644 (file)
@@ -126,6 +126,9 @@ glk_gestalt_ext(glui32 sel, glui32 val, glui32 *arr, glui32 arrlen)
                case gestalt_GraphicsTransparency:
                        return 1;
 
+               case gestalt_DateTime:
+                       return 1;
+
                /* Capabilities supported if compiled with GStreamer */
                case gestalt_Sound:
                case gestalt_SoundVolume:
@@ -138,7 +141,6 @@ glk_gestalt_ext(glui32 sel, glui32 val, glui32 *arr, glui32 arrlen)
 #endif
                        
                /* Unsupported capabilities */
-               case gestalt_DateTime:
                case gestalt_LineInputEcho:
                case gestalt_LineTerminatorKey:
                case gestalt_LineTerminators: