X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fglk.h;h=6b64f88b3347eb04bc68f7a67908b8e26ef6a15a;hb=53fe9495a46d16106fa91cfa589e312e882428dd;hp=f1c5b3a8f9b70ac22492cd67d7f5af277e157d00;hpb=46974bb948c0a7ca82b476a578b6199e438bab41;p=rodin%2Fchimara.git diff --git a/src/glk.h b/src/glk.h index f1c5b3a..6b64f88 100644 --- a/src/glk.h +++ b/src/glk.h @@ -17,9 +17,9 @@ /* You may have to edit the definition of glui32 to make sure it's really a 32-bit unsigned integer type, and glsi32 to make sure it's really a 32-bit signed integer type. If they're not, horrible things will happen. */ -#include -typedef guint32 glui32; -typedef gint32 glsi32; +#include +typedef uint32_t glui32; +typedef int32_t glsi32; /* These are the compile-time conditionals that reveal various Glk optional modules. */