[Scummvm-cvs-logs] scummvm master -> 6287426db0933bc8569407cde7b01c4883a80fca

fingolfin max at quendi.de
Fri Jun 3 18:33:09 CEST 2011


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:
6287426db0 MACOSX: Include ApplicationServices header


Commit: 6287426db0933bc8569407cde7b01c4883a80fca
    https://github.com/scummvm/scummvm/commit/6287426db0933bc8569407cde7b01c4883a80fca
Author: Max Horn (max at quendi.de)
Date: 2011-06-03T09:31:29-07:00

Commit Message:
MACOSX: Include ApplicationServices header

This should pacify buildbot. Somehow on my system, it does not need it, though.

Changed paths:
    backends/platform/sdl/macosx/macosx.cpp



diff --git a/backends/platform/sdl/macosx/macosx.cpp b/backends/platform/sdl/macosx/macosx.cpp
index 79f35cd..9b11eb2 100644
--- a/backends/platform/sdl/macosx/macosx.cpp
+++ b/backends/platform/sdl/macosx/macosx.cpp
@@ -33,8 +33,9 @@
 #include "common/archive.h"
 #include "common/fs.h"
 
-#include "CoreFoundation/CoreFoundation.h"
-#include "CoreServices/CoreServices.h"
+#include "ApplicationServices/ApplicationServices.h"	// for LSOpenFSRef
+#include "CoreFoundation/CoreFoundation.h"	// for CF* stuff
+#include "CoreServices/CoreServices.h"	// for FSPathMakeRef
 
 OSystem_MacOSX::OSystem_MacOSX()
 	:






More information about the Scummvm-git-logs mailing list