VLC_Prefix.pch 271 B

123456789101112131415161718
  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. #endif
  7. #ifdef HAVE_CONFIG_H
  8. # include "config.h"
  9. #endif
  10. #include <vlc/vlc.h>
  11. #include <vlc/libvlc_structures.h>
  12. #include <vlc/libvlc.h>