WinCvt: fixing MSVC build with including windows.h
This commit is contained in:
parent
2b6e581c8e
commit
f75fcef519
2 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
#elif defined UNICODE_ICONV
|
||||
#include <iconv.h>
|
||||
#elif defined UNICODE_WINCVT
|
||||
#include <windows.h>
|
||||
#include <stringapiset.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue