diff options
-rw-r--r-- | engines/glk/glk_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/glk_types.h b/engines/glk/glk_types.h index be2ccb44b7..d3db3d44a3 100644 --- a/engines/glk/glk_types.h +++ b/engines/glk/glk_types.h @@ -247,7 +247,7 @@ struct gidispatch_intconst_struct { }; typedef gidispatch_intconst_struct gidispatch_intconst_t; -typedef uint glui32; +typedef uint32 glui32; } // End of namespace Glk |