- ongoing work

This commit is contained in:
2023-05-28 15:42:32 +03:00
parent 7653fcf138
commit defe8531e7
14 changed files with 179 additions and 72 deletions

View File

@@ -26,7 +26,8 @@
# include <linux/in6.h>
# if defined(TARGET_ANDROID)
# if __ANDROID_API__ < 24
# error not supported for ANDROID_API < 24
# include "android-ifaddrs/android-ifaddrs.h"
//# error not supported for ANDROID_API < 24
# else
# include <ifaddrs.h>
# endif