// // Prefix header for all source files of the 'VLC' target in the 'VLC' project. // #ifdef __OBJC__ # import #endif #ifdef HAVE_CONFIG_H # include "config.h" #endif #include #include #include #ifndef NDEBUG #define VKLog(format, ...) NSLog(format, ## __VA_ARGS__) #else #define VKLog(format, ...) #endif #ifndef N_ #define N_(str) gettext_noop(str) #define gettext_noop(str) (str) #endif