]> git.sesse.net Git - vlc/blobdiff - modules/access/screen/mac.c
Update: correctly handle different line endings
[vlc] / 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>