You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
171B

  1. //
  2. // Prefix header for all source files
  3. //
  4. #ifdef __OBJC__
  5. #import <Cocoa/Cocoa.h>
  6. #endif
  7. #ifdef FL_LIBRARY
  8. #include <ApplicationServices/ApplicationServices.h>
  9. #endif