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

@@ -35,7 +35,9 @@ Application Mode
Prerequisites
-------------
The minimum Windows OS version this driver supported is Windows Server 2003, or Windows XP with East Asian language support installed because the input method integration support need that.
The tested minimum Windows OS requirement for this driver is Windows XP RTM.
According to the Windows GDI API this driver used. Maybe the minimum Windows OS requirement for this driver is Windows 2000 RTM.
Configure Windows driver
--------------------