[Scummvm-git-logs] scummvm master -> df49ce41b1a76a588c7f7548d27009d3d3e480f2
dreammaster
paulfgilbert at gmail.com
Sat Oct 12 04:30:11 CEST 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
df49ce41b1 GLK: Revert Amiga compilation fix
Commit: df49ce41b1a76a588c7f7548d27009d3d3e480f2
https://github.com/scummvm/scummvm/commit/df49ce41b1a76a588c7f7548d27009d3d3e480f2
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2019-10-11T19:27:03-07:00
Commit Message:
GLK: Revert Amiga compilation fix
This reverts commit a14550d7f1893be72a59f3653cf9e69a43b9077a.
Changed paths:
engines/glk/glk_types.h
diff --git a/engines/glk/glk_types.h b/engines/glk/glk_types.h
index be2ccb4..d3db3d4 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
More information about the Scummvm-git-logs
mailing list