[Scummvm-git-logs] scummvm master -> 28541b684cef8ef2dba46a1234952336f98bb37d

grisenti noreply at scummvm.org
Fri Nov 3 20:45:17 UTC 2023


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:
28541b684c HPL1: Remove unused defines


Commit: 28541b684cef8ef2dba46a1234952336f98bb37d
    https://github.com/scummvm/scummvm/commit/28541b684cef8ef2dba46a1234952336f98bb37d
Author: grisenti (emanuele at grisenti.net)
Date: 2023-11-03T21:45:05+01:00

Commit Message:
HPL1: Remove unused defines

Changed paths:
    engines/hpl1/engine/system/Script.h


diff --git a/engines/hpl1/engine/system/Script.h b/engines/hpl1/engine/system/Script.h
index 2edc3c54c8d..da4ac024e37 100644
--- a/engines/hpl1/engine/system/Script.h
+++ b/engines/hpl1/engine/system/Script.h
@@ -29,15 +29,6 @@
 #define HPL_SCRIPT_H
 
 #include "hpl1/engine/resources/ResourceBase.h"
-//#include "hpl1/engine/libraries/angelscript/angelscript.h"
-
-#ifdef __GNUC__
-#ifdef __ppc__
-#define __stdcall
-#else
-#define __stdcall __attribute__((stdcall))
-#endif
-#endif
 
 // Script Macros to build Generic wrappers if necessary
 #define SCRIPT_DEFINE_FUNC(return, funcname) \




More information about the Scummvm-git-logs mailing list