Browse Source

screen: By pass hard ass headers.

pull/2/head
Pierre d'Herbemont 17 years ago
parent
commit
a66885e6d8
  1. 1
      modules/access/screen/mac.c

1
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>

Loading…
Cancel
Save