Consistently define BUILDING_DLL during builds of src/port for Windows.
Noah Misch <noah@leadboat.com>
Consistently define BUILDING_DLL during builds of src/port for Windows. The MSVC build process already did so; this fixes the principal build process to match. Both processes already did likewise for src/common. This lets server builds of src/port reference postgres.exe data symbols.
Files
| Path | Change | +/− |
|---|---|---|
| src/makefiles/Makefile.cygwin | modified | +4 −0 |
| src/makefiles/Makefile.win32 | modified | +4 −0 |