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

fix(win): fix compile errors when turning off the lv_win widget (#4956)

This commit is contained in:
Kevin Schlosser 2023-12-07 11:28:05 -07:00 committed by Gabor Kiss-Vamosi
parent aaac8802e7
commit 3b9a264d68

View File

@ -14,7 +14,7 @@ extern "C" {
* INCLUDES
*********************/
#include "../../../lvgl.h"
#if LV_USE_WIN
/*********************
* DEFINES
*********************/
@ -42,7 +42,7 @@ lv_obj_t * lv_win_get_content(lv_obj_t * win);
/**********************
* MACROS
**********************/
#endif /*LV_USE_WIN*/
#ifdef __cplusplus
} /*extern "C"*/
#endif