]> git.sesse.net Git - vlc/blob - projects/macosx/framework/VLC_Prefix.pch
4ed8b7340368ec77415721046806412b06b68291
[vlc] / projects / macosx / framework / VLC_Prefix.pch
1 //
2 // Prefix header for all source files of the 'VLC' target in the 'VLC' project.
3 //
4
5
6 #ifdef __IPHONE_OS_VERSION_MIN_REQUIRED
7 # define IPHONE_OS
8 #endif
9
10 #ifdef __OBJC__
11 # ifndef IPHONE_OS
12 #  import <Cocoa/Cocoa.h>
13 # else
14 #  import <UIKit/UIKit.h>
15 # endif
16 #endif
17
18 #ifdef HAVE_CONFIG_H
19 # include "config.h"
20 #endif
21
22 #include <vlc/vlc.h>
23 #include <vlc/libvlc_structures.h>
24 #include <vlc/libvlc.h>
25