Android NDK - "No function renaming possible"

Hi, I’m trying to include Android NDK headers in my .cs file

PublicIncludePaths.Add(“D:/NVPACK/android-ndk-r9c/platforms/android-19/arch-arm/usr/include”);

But when compiling an error occurrs

D:\NVPACK\android-ndk-r9c\platforms\android-19\arch-arm\usr\include\sys/cdefs.h(252): fatal error C1189: #error : “No function renaming possible”

Here’s the code from the line 252

#ifdef _lint_

#define __RENAME(x) __symbolrename(x)

#else

#error “No function renaming possible”

*#endif /* _lint_ /

I really don’t know what is happening

anyone, please?

Stupid me! I was trying to compile the source code for Unreal Editor, in other words for Windows. Using Editor Launch/Package for Android is the right way to compile with Android NDK headers.

more at Unreal Engine 4 - Android NDK - Visual Studio - sys/cdefs.h - "No function renaming possible" - Stack Overflow