VLC_Prefix.pch 396 B

1234567891011121314151617181920212223242526
  1. //
  2. // Prefix header for all source files of the 'VLC' target in the 'VLC' project.
  3. //
  4. #ifdef __IPHONE_OS_VERSION_MIN_REQUIRED
  5. # define IPHONE_OS
  6. #endif
  7. #ifdef __OBJC__
  8. # ifndef IPHONE_OS
  9. # import <Cocoa/Cocoa.h>
  10. # else
  11. # import <UIKit/UIKit.h>
  12. # endif
  13. #endif
  14. #ifdef HAVE_CONFIG_H
  15. # include "config.h"
  16. #endif
  17. #include <vlc/vlc.h>
  18. #include <vlc/libvlc_structures.h>
  19. #include <vlc/libvlc.h>