mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
fix(thorvg): fix windows build break (#5978)
This commit is contained in:
parent
f7b860ffde
commit
4fcf70828d
@ -13,6 +13,7 @@
|
|||||||
|
|
||||||
#include "../../lv_conf_internal.h"
|
#include "../../lv_conf_internal.h"
|
||||||
#if LV_USE_THORVG_INTERNAL
|
#if LV_USE_THORVG_INTERNAL
|
||||||
|
#define TVG_BUILD 1
|
||||||
|
|
||||||
|
|
||||||
#ifndef _THORVG_H_
|
#ifndef _THORVG_H_
|
||||||
|
@ -17,9 +17,7 @@
|
|||||||
|
|
||||||
#include "../../lv_conf_internal.h"
|
#include "../../lv_conf_internal.h"
|
||||||
#if LV_USE_THORVG_INTERNAL
|
#if LV_USE_THORVG_INTERNAL
|
||||||
|
#define TVG_BUILD 1
|
||||||
#include "../../lv_conf_internal.h"
|
|
||||||
#if LV_USE_THORVG_INTERNAL
|
|
||||||
|
|
||||||
#ifndef __THORVG_CAPI_H__
|
#ifndef __THORVG_CAPI_H__
|
||||||
#define __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 //_THORVG_CAPI_H_
|
||||||
|
|
||||||
#endif /* LV_USE_THORVG_INTERNAL */
|
|
||||||
|
|
||||||
|
|
||||||
#endif /* LV_USE_THORVG_INTERNAL */
|
#endif /* LV_USE_THORVG_INTERNAL */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user