You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This patch does two things. First, it silences a number of compile-timewarnings in the msvc tools files, mainly those due to the fact that insome cases we have more than one package per file. Second it supplies adummy Perl library with just enough of the Windows API referred to inour code to let it run these checks cleanly, even on Unix machines wherethe code is never supposed to run. The dummy library should only be usedfor that purpose, as its README notes.