1234567891011121314151617 |
- //
- // Prefix header for all source files of the 'VLC' target in the 'VLC' project.
- //
- #ifdef __OBJC__
- # import <Cocoa/Cocoa.h>
- # import "VLCHelperCode.h"
- #endif
- #ifdef HAVE_CONFIG_H
- # include "config.h"
- #endif
- #include <vlc/vlc.h>
- #include <vlc/libvlc.h>
- #include "macros.h"
|