Properly install dynloader.h on MSVC builds

Bruce Momjian <bruce@momjian.us>

Commit: b1bc381446d7089164b92d52dab1a2d2872dba54
Author: Bruce Momjian <bruce@momjian.us>
Date: 2016-01-20T04:30:28Z
Releases: 9.1.20
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 +3 −2
src/tools/msvc/Solution.pm modified +6 −0