Properly install dynloader.h on MSVC builds

Bruce Momjian <bruce@momjian.us>

Commit: 49d65e857cad7ddc4d82f8276cc63ddce0be4ee1
Author: Bruce Momjian <bruce@momjian.us>
Date: 2016-01-20T04:30:28Z
Releases: 9.2.15
Properly install dynloader.h on MSVC builds

This will enable PL/Java to be cleanly compiled, as dynloader.h is a
requirement.

Report by Chapman Flack

Patch by Michael Paquier

Backpatch through 9.1

Files

PathChange+/−
src/backend/utils/fmgr/dfmgr.c modified +0 −4
src/tools/msvc/clean.bat modified +1 −0
src/tools/msvc/Install.pm modified +2 −2
src/tools/msvc/Solution.pm modified +8 −0