diff --git a/src/include/pmt.h b/src/include/pmt.h index 3dae714..e16c126 100644 --- a/src/include/pmt.h +++ b/src/include/pmt.h @@ -21,7 +21,7 @@ extern "C" { #endif /* check compiler. only NDK supported */ -#if !defined(ANDROID) +#if !defined(__ANDROID__) #error "compilation can only be done with android NDK" #endif