aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/glk_types.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-10-11 19:27:03 -0700
committerPaul Gilbert2019-10-11 19:27:03 -0700
commitdf49ce41b1a76a588c7f7548d27009d3d3e480f2 (patch)
treeee6a97b4a5a397bb7537bc1a5b44df8fadbb88c5 /engines/glk/glk_types.h
parent17df8305000cf5f52593f1807d4a913526de2188 (diff)
downloadscummvm-rg350-df49ce41b1a76a588c7f7548d27009d3d3e480f2.tar.gz
scummvm-rg350-df49ce41b1a76a588c7f7548d27009d3d3e480f2.tar.bz2
scummvm-rg350-df49ce41b1a76a588c7f7548d27009d3d3e480f2.zip
GLK: Revert Amiga compilation fix
This reverts commit a14550d7f1893be72a59f3653cf9e69a43b9077a.
Diffstat (limited to 'engines/glk/glk_types.h')
-rw-r--r--engines/glk/glk_types.h2
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