[Scummvm-git-logs] scummvm master -> 62f8419fdc086018b5f3dc7da91bc9e5b9ce7189

ccawley2011 ccawley2011 at gmail.com
Wed Aug 25 12:10:36 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:
62f8419fdc MACOSX: Fix compilation with older SDKs


Commit: 62f8419fdc086018b5f3dc7da91bc9e5b9ce7189
    https://github.com/scummvm/scummvm/commit/62f8419fdc086018b5f3dc7da91bc9e5b9ce7189
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2021-08-25T13:10:20+01:00

Commit Message:
MACOSX: Fix compilation with older SDKs

Changed paths:
    backends/platform/sdl/macosx/macosx-compat.h


diff --git a/backends/platform/sdl/macosx/macosx-compat.h b/backends/platform/sdl/macosx/macosx-compat.h
index 4741becdf7..499903a1d0 100644
--- a/backends/platform/sdl/macosx/macosx-compat.h
+++ b/backends/platform/sdl/macosx/macosx-compat.h
@@ -29,6 +29,10 @@
 #define MAC_OS_X_VERSION_10_5    1050
 #endif
 
+#ifndef MAC_OS_X_VERSION_10_6
+#define MAC_OS_X_VERSION_10_6    1060
+#endif
+
 #ifndef MAC_OS_X_VERSION_10_10
 #define MAC_OS_X_VERSION_10_10 101000
 #endif




More information about the Scummvm-git-logs mailing list