X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=projects%2Fmacosx%2Fframework%2FVLC_Prefix.pch;h=4ed8b7340368ec77415721046806412b06b68291;hb=a8b37fbd6e4b8d8adfacbbf64cc546c90a5a5994;hp=ca028e04d924d85029f7582ca05b8c0f239bb71d;hpb=b3564a7d8180f0e72111a485aaf4d46ab0be868e;p=vlc diff --git a/projects/macosx/framework/VLC_Prefix.pch b/projects/macosx/framework/VLC_Prefix.pch index ca028e04d9..4ed8b73403 100644 --- a/projects/macosx/framework/VLC_Prefix.pch +++ b/projects/macosx/framework/VLC_Prefix.pch @@ -3,8 +3,16 @@ // +#ifdef __IPHONE_OS_VERSION_MIN_REQUIRED +# define IPHONE_OS +#endif + #ifdef __OBJC__ - #import +# ifndef IPHONE_OS +# import +# else +# import +# endif #endif #ifdef HAVE_CONFIG_H