fix(windows): remove the imm32 static linking dependency and reduce compilation warnings (#5347)

This commit is contained in:
Kenji Mouri (Qi Lu)
2024-01-16 17:35:20 +08:00
committed by GitHub
parent ba92532bcb
commit ab15bc8092
5 changed files with 101 additions and 20 deletions

View File

@@ -40,7 +40,7 @@
#include "draw/vg_lite/lv_draw_vg_lite.h"
#endif
#if LV_USE_WINDOWS
#include "src/dev/windows/lv_windows_context.h"
#include "dev/windows/lv_windows_context.h"
#endif
/*********************