Commit ba9327ea authored by Luca Barbato's avatar Luca Barbato

win32: include the correct header in cmdutils.c

CommandLineToArgvW requires windows.h, include it directly
parent 6ad2bafc
......@@ -156,6 +156,7 @@ static const OptionDef* find_option(const OptionDef *po, const char *name){
}
#if defined(_WIN32) && !defined(__MINGW32CE__)
#include <windows.h>
/* Will be leaked on exit */
static char** win32_argv_utf8 = NULL;
static int win32_argc = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment