Merge commit 'cbb35cca'
[projects/chimara/chimara.git] / libchimara / gestalt.c
index b553c6ec6a5c3c919774186e901a17aaf432a353..55ff57c797bd210340c8189db253213a0d7f2288 100644 (file)
@@ -6,7 +6,7 @@
 /* Version of the Glk specification implemented by this library */
 #define MAJOR_VERSION 0
 #define MINOR_VERSION 7
-#define SUB_VERSION   3
+#define SUB_VERSION   4
 
 /**
  * glk_gestalt:
@@ -138,7 +138,8 @@ glk_gestalt_ext(glui32 sel, glui32 val, glui32 *arr, glui32 arrlen)
 #endif
                        
                /* Unsupported capabilities */
-               /* none! */
+               case gestalt_ResourceStream:
+                       return 0;
 
                /* Selector not supported */    
                default: