[Scummvm-git-logs] scummvm master -> bc919f86c78b34a2e062e18fcf978a924b74a09d
sev-
noreply at scummvm.org
Sun Dec 25 16:50:40 UTC 2022
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:
bc919f86c7 HPL1: Hopefully fix win9x build
Commit: bc919f86c78b34a2e062e18fcf978a924b74a09d
https://github.com/scummvm/scummvm/commit/bc919f86c78b34a2e062e18fcf978a924b74a09d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-12-25T17:50:19+01:00
Commit Message:
HPL1: Hopefully fix win9x build
Changed paths:
engines/hpl1/engine/libraries/newton/core/dgTypes.h
diff --git a/engines/hpl1/engine/libraries/newton/core/dgTypes.h b/engines/hpl1/engine/libraries/newton/core/dgTypes.h
index 163518e787b..6791fa42cf6 100644
--- a/engines/hpl1/engine/libraries/newton/core/dgTypes.h
+++ b/engines/hpl1/engine/libraries/newton/core/dgTypes.h
@@ -133,11 +133,7 @@
#undef DLL_DECLSPEC
#endif
-#ifdef _WIN32
-#define DG_INLINE __forceinline
-#else
-#define DG_INLINE inline
-#endif
+#define DG_INLINE FORCEINLINE
#ifdef _MSC_VER
#define DG_MSC_VECTOR_ALIGMENT __declspec(align(16))
More information about the Scummvm-git-logs
mailing list