summaryrefslogtreecommitdiff
path: root/src/tools/msvc/dummylib
AgeCommit message (Collapse)Author
2023-01-02Update copyright for 2023Bruce Momjian
Backpatch-through: 11
2022-01-08Update copyright for 2022Bruce Momjian
Backpatch-through: 10
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2018-06-30perltidy run prior to branchingAndrew Dunstan
2018-05-31Fix compile-time warnings on all perl codeAndrew Dunstan
This patch does two things. First, it silences a number of compile-time warnings in the msvc tools files, mainly those due to the fact that in some cases we have more than one package per file. Second it supplies a dummy Perl library with just enough of the Windows API referred to in our code to let it run these checks cleanly, even on Unix machines where the code is never supposed to run. The dummy library should only be used for that purpose, as its README notes.