VLC_Prefix.pch 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. #include <vlc/vlc.h>
  8. #ifndef VLC_PUBLIC_API
  9. // For some reason Xcode refuses to read vlc/vlc.h contents -- so we have to do
  10. // this so we can supress the errors
  11. #define VLC_PUBLIC_API extern
  12. typedef int vlc_bool_t;
  13. typedef struct vlc_list_t vlc_list_t;
  14. typedef struct vlc_object_t vlc_object_t;
  15. typedef signed long long vlc_int64_t;
  16. #endif
  17. #include <vlc/libvlc_structures.h>
  18. #include <vlc/libvlc.h>
  19. //
  20. // Prefix header for all source files of the 'VLC' target in the 'VLC' project.
  21. //
  22. #ifdef __OBJC__
  23. #import <Cocoa/Cocoa.h>
  24. #endif
  25. #include <vlc/vlc.h>
  26. #ifndef VLC_PUBLIC_API
  27. // For some reason Xcode refuses to read vlc/vlc.h contents -- so we have to do
  28. // this so we can supress the errors
  29. #define VLC_PUBLIC_API extern
  30. typedef int vlc_bool_t;
  31. typedef struct vlc_list_t vlc_list_t;
  32. typedef struct vlc_object_t vlc_object_t;
  33. typedef signed long long vlc_int64_t;
  34. #endif
  35. #include <vlc/libvlc_structures.h>
  36. #include <vlc/libvlc.h>