[runtime] Use HOST_ defines instead of PLATFORM_ defines. (#5362)
[mono.git] / mono / utils / mono-threads-android.c
index c8c17a3d3cfc1cda13b0f7a25ce4d47340d2f14a..dd4307bca372d4e3158be6626852bf47395a802d 100644 (file)
@@ -4,7 +4,7 @@
 
 #include <config.h>
 
-#if defined(PLATFORM_ANDROID)
+#if defined(HOST_ANDROID)
 
 #include <pthread.h>
 #include <stdio.h>