]> git.sesse.net Git - vlc/commitdiff
screen: By pass hard ass headers.
authorPierre d'Herbemont <pdherbemont@free.fr>
Thu, 20 Aug 2009 23:56:11 +0000 (01:56 +0200)
committerPierre d'Herbemont <pdherbemont@free.fr>
Thu, 20 Aug 2009 23:56:11 +0000 (01:56 +0200)
modules/access/screen/mac.c

index 0427731d9126c9137c238b2b5e195832bbf6f232..3e31e8968ee3a3e29591a748444b38607e2ba802 100644 (file)
@@ -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>