Prefix.pch 282 B

1234567891011121314151617
  1. //
  2. // Prefix header for all source files of the 'VLC' target in the 'VLC' project.
  3. //
  4. #ifdef __OBJC__
  5. # import <Cocoa/Cocoa.h>
  6. # import "VLCHelperCode.h"
  7. #endif
  8. #ifdef HAVE_CONFIG_H
  9. # include "config.h"
  10. #endif
  11. #include <vlc/vlc.h>
  12. #include <vlc/libvlc.h>
  13. #include "macros.h"