Update pmt.h

This commit is contained in:
2024-05-13 23:43:35 +03:00
committed by GitHub
parent 1b2dda655a
commit 6a035f8f41

View File

@@ -20,11 +20,6 @@
extern "C" {
#endif
/* check compiler. only NDK supported */
#if !defined(ANDROID)
#error "compilation can only be done with android NDK"
#endif
#ifndef _PMT_H
#define _PMT_H