WinCvt: fixing MSVC build with including windows.h
parent
2b6e581c8e
commit
f75fcef519
|
@ -33,6 +33,7 @@
|
|||
#elif defined UNICODE_ICONV
|
||||
#include <iconv.h>
|
||||
#elif defined UNICODE_WINCVT
|
||||
#include <windows.h>
|
||||
#include <stringapiset.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
*****************************************************************************/
|
||||
|
||||
#include <cstring>
|
||||
#include <windows.h>
|
||||
#include <stringapiset.h>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
|
|
Loading…
Reference in New Issue