PGDLLEXPORT is __declspec (dllexport) only on MSVC,

Itagaki Takahiro <itagaki.takahiro@gmail.com>

Commit: e54b0cba96683ae9a33458a9cbd5ea53c479754d
Author: Itagaki Takahiro <itagaki.takahiro@gmail.com>
Date: 2010-05-28T16:34:15Z
Releases: 9.0.0
PGDLLEXPORT is __declspec (dllexport) only on MSVC,
but is __declspec (dllimport) on other compilers
because cygwin and mingw don't like dllexport.

Files

PathChange+/−
src/include/port/cygwin.h modified +2 −2
src/include/port/win32.h modified +5 −1