WinCvt: fixing MSVC build with including windows.h

This commit is contained in:
Syping 2021-11-12 07:10:36 +01:00
parent 2b6e581c8e
commit f75fcef519
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#elif defined UNICODE_ICONV
#include <iconv.h>
#elif defined UNICODE_WINCVT
#include <windows.h>
#include <stringapiset.h>
#endif

View File

@ -17,6 +17,7 @@
*****************************************************************************/
#include <cstring>
#include <windows.h>
#include <stringapiset.h>
int main(int argc, char *argv[])