Advertisement
Guest User

Untitled

a guest
May 29th, 2012
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.39 KB | None | 0 0
  1. diff --git a/cmdutils.c b/cmdutils.c
  2. index bd07d2a..736552f 100644
  3. --- a/cmdutils.c
  4. +++ b/cmdutils.c
  5. @@ -159,7 +159,7 @@ static const OptionDef *find_option(const OptionDef *po, const char *name)
  6.      return po;
  7.  }
  8.  
  9. -#if defined(_WIN32) && !defined(__MINGW32CE__)
  10. +#if defined(_WIN32) && !defined(__MINGW32__)
  11.  #include <windows.h>
  12.  /* Will be leaked on exit */
  13.  static char** win32_argv_utf8 = NULL;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement