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

fix(thorvg): fix windows build break (#5978)

This commit is contained in:
liamHowatt 2024-04-03 09:35:15 -04:00 committed by GitHub
parent f7b860ffde
commit 4fcf70828d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 5 deletions

View File

@ -13,6 +13,7 @@
#include "../../lv_conf_internal.h"
#if LV_USE_THORVG_INTERNAL
#define TVG_BUILD 1
#ifndef _THORVG_H_

View File

@ -17,9 +17,7 @@
#include "../../lv_conf_internal.h"
#if LV_USE_THORVG_INTERNAL
#include "../../lv_conf_internal.h"
#if LV_USE_THORVG_INTERNAL
#define TVG_BUILD 1
#ifndef __THORVG_CAPI_H__
#define __THORVG_CAPI_H__
@ -2327,8 +2325,6 @@ TVG_API Tvg_Result tvg_animation_del(Tvg_Animation* animation);
#endif //_THORVG_CAPI_H_
#endif /* LV_USE_THORVG_INTERNAL */
#endif /* LV_USE_THORVG_INTERNAL */