diff --git a/cmdutils.c b/cmdutils.c index 2329120c57..6746be143f 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -166,7 +166,7 @@ static const OptionDef *find_option(const OptionDef *po, const char *name) return po; } -#if defined(_WIN32) && !defined(__MINGW32CE__) +#if HAVE_COMMANDLINETOARGVW #include #include /* Will be leaked on exit */ @@ -226,7 +226,7 @@ static inline void prepare_app_arguments(int *argc_ptr, char ***argv_ptr) { /* nothing to do */ } -#endif /* WIN32 && !__MINGW32CE__ */ +#endif /* HAVE_COMMANDLINETOARGVW */ int parse_option(void *optctx, const char *opt, const char *arg, const OptionDef *options) diff --git a/configure b/configure index ca11a85553..5e1be338b3 100755 --- a/configure +++ b/configure @@ -1181,6 +1181,7 @@ HAVE_LIST=" attribute_packed closesocket cmov + CommandLineToArgvW cpunop CryptGenRandom dcbzl