fix(SDL): compile errors (#4893)

Signed-off-by: Benign X <1341398182@qq.com>
This commit is contained in:
Benign X
2023-11-29 16:01:31 +08:00
committed by GitHub
parent 0cf71065cb
commit 86a9418cb5
2 changed files with 6 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
/**
* @file lv_draw_sw.h
* @file lv_draw_sdl.h
*
*/
#ifndef LV_DRAW_SW_H
#define LV_DRAW_SW_H
#ifndef LV_DRAW_SDL_H
#define LV_DRAW_SDL_H
#ifdef __cplusplus
extern "C" {