Skip to content
  • Erik de Castro Lopo's avatar
    Underscore fixes. · db1619d4
    Erik de Castro Lopo authored
    * Replace _declspec with __declspec.
    * Replace __wgetmainargs_ with __wgetmainargs_t and __wgetmainargs
      with wgetmainargs because identifiers with leading underscores are
      reserved for the compiler.
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    db1619d4