Skip to content
  • Bill Hoffman's avatar
    Windows: Fix 64-bit DLL module definition file generation on VS 2015 · db7f069a
    Bill Hoffman authored and Brad King's avatar Brad King committed
    With 64-bit Windows builds, there is no need to remove the leading
    underscore from all the symbols.  This is because it does not have one
    in the .obj file unless it is really in the name.  This did not cause
    any trouble until VS 2015 which has some system functions that have a
    leading underscore that end up in the .def file.
    db7f069a