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:
parent
aaac8802e7
commit
3b9a264d68
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user