]> git.sur5r.net Git - cc65/blobdiff - include/geos/gsys.h
Patch by Marco van den Heuvel that adds detection of GEOS 1.1 and the plus4
[cc65] / include / geos / gsys.h
index ff150191df339a805966d40a6bb27f51446f8cbf..493c2609f6afad28e3a5024faee0ef279612505b 100644 (file)
@@ -28,10 +28,12 @@ char get_ostype(void);
    be combined with OR */
   /* machine flags */
 #define GEOS64         0x00
+#define GEOS4           0x04    /* plus4 geos is not or'ed with version */
 #define GEOS128                0x80
   /* version flags */
 #define GEOS_V10       0x10
-#define GEOS_V12       0x12    /* ??? not sure */
+#define GEOS_V11        0x11
+#define GEOS_V12       0x12    /* ??? not sure */
 #define GEOS_V20       0x20
 #define WHEELS         0x40    /* only Wheels? */