diff --git a/CNFGAndroid.h b/CNFGAndroid.h index 7f2b607..754773a 100644 --- a/CNFGAndroid.h +++ b/CNFGAndroid.h @@ -52,6 +52,10 @@ void HandleSuspend(); // For debugging: +#ifdef ANDROID + +#include + static inline void PrintClassOfObject( jobject bundle ) { const struct JNINativeInterface * env = 0; @@ -206,15 +210,7 @@ static inline void DumpObjectClassProperties( jobject objToDump ) env->DeleteLocalRef( envptr, mpclass ); } - - - - - - - - - +#endif #endif