Kaydet (Commit) b9866cb2 authored tarafından jan Iversen's avatar jan Iversen

iOS, changed define to IOS

TARGET_OS_IPHONE not defined, but IOS are.

Change-Id: I5a12b0cb386b8968101264f8fb17d745e5c1790f
üst ebb5c71c
......@@ -42,7 +42,7 @@ extern "C"
#endif
#define SEPARATOR '/'
#if !defined(TARGET_OS_IPHONE)
#if !defined(IOS)
static void *lok_loadlib(const char *pFN)
{
return dlopen(pFN, RTLD_LAZY
......@@ -68,7 +68,7 @@ extern "C"
{
(void)pPath;
}
#endif // TARGET_OS_IPHONE
#endif // IOS
static void *lok_dlsym(void *Hnd, const char *pName)
{
......@@ -169,7 +169,7 @@ static void *lok_dlopen( const char *install_path, char ** _imp_lib )
char *imp_lib;
void *dlhandle;
#if !defined(TARGET_OS_IPHONE)
#if !defined(IOS)
size_t partial_length, imp_lib_size;
struct stat dir_st;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment