summaryrefslogtreecommitdiff
path: root/src/tools/msvc/dummylib/Win32API/File.pm
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
| | | | Backpatch-through: 11
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
| | | | Backpatch-through: 10
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-071-0/+3
|
* perltidy run prior to branchingAndrew Dunstan2018-06-301-5/+5
|
* Fix compile-time warnings on all perl codeAndrew Dunstan2018-05-311-0/+14
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.