Patch by Marco van den Heuvel that adds detection of GEOS 1.1 and the plus4

GEOS to the get_ostype function.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4600 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2010-02-27 14:46:43 +00:00
parent 5e065391fd
commit 8b6a40c04e
2 changed files with 36 additions and 6 deletions

View 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? */