]> git.sesse.net Git - vlc/blob - projects/macosx/framework/VLC_Prefix.pch
logger_iterator_next simplied
[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 __OBJC__
7     #import <Cocoa/Cocoa.h>
8 #endif
9
10 #ifdef HAVE_CONFIG_H
11 # include "config.h"
12 #endif
13
14 #include <vlc/vlc.h>
15 #include <vlc/libvlc_structures.h>
16 #include <vlc/libvlc.h>
17