[Scummvm-git-logs] scummvm master -> 5f30b954526ea2402c15a6b4e321131f0c3f431a
criezy
criezy at scummvm.org
Sun Aug 30 22:57:40 UTC 2020
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:
5f30b95452 MACOSX: Fix compilation with 10.4 SDK for real (hopefully)
Commit: 5f30b954526ea2402c15a6b4e321131f0c3f431a
https://github.com/scummvm/scummvm/commit/5f30b954526ea2402c15a6b4e321131f0c3f431a
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2020-08-30T23:57:05+01:00
Commit Message:
MACOSX: Fix compilation with 10.4 SDK for real (hopefully)
Changed paths:
backends/platform/sdl/macosx/appmenu_osx.mm
backends/platform/sdl/macosx/macosx_wrapper.mm
diff --git a/backends/platform/sdl/macosx/appmenu_osx.mm b/backends/platform/sdl/macosx/appmenu_osx.mm
index 3fd8a6e26d..07e9a0047b 100644
--- a/backends/platform/sdl/macosx/appmenu_osx.mm
+++ b/backends/platform/sdl/macosx/appmenu_osx.mm
@@ -50,7 +50,7 @@ enum {
NSUTF32StringEncoding = 0x8c000100,
NSUTF32BigEndianStringEncoding = 0x98000100,
NSUTF32LittleEndianStringEncoding = 0x9c000100
-}
+};
#endif
#endif
diff --git a/backends/platform/sdl/macosx/macosx_wrapper.mm b/backends/platform/sdl/macosx/macosx_wrapper.mm
index ed740a67f2..353af49894 100644
--- a/backends/platform/sdl/macosx/macosx_wrapper.mm
+++ b/backends/platform/sdl/macosx/macosx_wrapper.mm
@@ -43,7 +43,7 @@ enum {
NSUTF32StringEncoding = 0x8c000100,
NSUTF32BigEndianStringEncoding = 0x98000100,
NSUTF32LittleEndianStringEncoding = 0x9c000100
-}
+};
#endif
#endif
More information about the Scummvm-git-logs
mailing list