[Scummvm-git-logs] scummvm master -> 35752f1cd2cbe3cbd83d080d5adaf280499d3283
lephilousophe
lephilousophe at users.noreply.github.com
Sun Feb 7 12:46:14 UTC 2021
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:
35752f1cd2 AGS: Don't define int32 as int
Commit: 35752f1cd2cbe3cbd83d080d5adaf280499d3283
https://github.com/scummvm/scummvm/commit/35752f1cd2cbe3cbd83d080d5adaf280499d3283
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2021-02-07T13:44:16+01:00
Commit Message:
AGS: Don't define int32 as int
It's useless as int32 is already typedef'd in scummsys.h and it breaks
builds where int32 is not int
Changed paths:
engines/ags/plugins/agsplugin.h
diff --git a/engines/ags/plugins/agsplugin.h b/engines/ags/plugins/agsplugin.h
index 2ab5b3873c..5322c87911 100644
--- a/engines/ags/plugins/agsplugin.h
+++ b/engines/ags/plugins/agsplugin.h
@@ -74,10 +74,6 @@ typedef int HWND;
#define __stdcall
#endif
-#ifndef int32
-#define int32 int
-#endif
-
#define AGSIFUNC(type) virtual type __stdcall
#define MASK_WALKABLE 1
More information about the Scummvm-git-logs
mailing list