feat(build): make it work with MSVC build (#4704)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com> Co-authored-by: bjsylvia <bjsylvia@163.com> Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com> Co-authored-by: Niklas Fiekas <niklas.fiekas@backscattering.de> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lhdjply <1029652979@qq.com>
This commit is contained in:
committed by
Gabor Kiss-Vamosi
parent
96ce505651
commit
361663ee5f
@@ -11,11 +11,10 @@
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <io.h>
|
||||
#else
|
||||
#elif __linux__
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
||||
#include "lv_demos.h"
|
||||
|
||||
/*********************
|
||||
|
||||
Reference in New Issue
Block a user