[vlc-devel] commit: screen: By pass hard ass headers. (Pierre d'Herbemont )

git version control git at videolan.org
Fri Aug 21 02:19:01 CEST 2009


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Fri Aug 21 01:56:11 2009 +0200| [a66885e6d86f4be022cd46e8b2d86a4376bf37ca] | committer: Pierre d'Herbemont 

screen: By pass hard ass headers.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a66885e6d86f4be022cd46e8b2d86a4376bf37ca
---

 modules/access/screen/mac.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/access/screen/mac.c b/modules/access/screen/mac.c
index 0427731..3e31e89 100644
--- a/modules/access/screen/mac.c
+++ b/modules/access/screen/mac.c
@@ -35,6 +35,7 @@
 // Fix ourselves ColorSync headers that gets included in ApplicationServices.
 #define DisposeCMProfileIterateUPP(a) DisposeCMProfileIterateUPP(CMProfileIterateUPP userUPP __attribute__((unused)))
 #define DisposeCMMIterateUPP(a) DisposeCMMIterateUPP(CMProfileIterateUPP userUPP __attribute__((unused)))
+#define __MACHINEEXCEPTIONS__
 #import <ApplicationServices/ApplicationServices.h>
 
 #import <OpenGL/OpenGL.h>




More information about the vlc-devel mailing list