1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

Guard USE AP prototypes with macro (#1485)

This commit is contained in:
Amir Gonnen 2020-05-03 01:23:52 +03:00 committed by GitHub
parent 1e59100ff2
commit 1633b2e6db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,8 @@ extern "C" {
#include "lv_txt.h"
#include "../lv_draw/lv_draw.h"
#if LV_USE_ARABIC_PERSIAN_CHARS == 1
/*********************
* DEFINES
*********************/
@ -50,6 +52,8 @@ void lv_txt_ap_proc(const char * txt, char * txt_out);
* MACROS
**********************/
#endif // LV_USE_ARABIC_PERSIAN_CHARS
#ifdef __cplusplus
} /* extern "C" */
#endif