Properly install dynloader.h on MSVC builds

Bruce Momjian <bruce@momjian.us>

Commit: 216d5684325dd2f6959f4859648e7aa908ae0757
Author: Bruce Momjian <bruce@momjian.us>
Date: 2016-01-20T04:30:29Z
Releases: 9.6.0
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 +8 −0