PGDLLEXPORT is __declspec (dllexport) only on MSVC,
Itagaki Takahiro <itagaki.takahiro@gmail.com>
PGDLLEXPORT is __declspec (dllexport) only on MSVC, but is __declspec (dllimport) on other compilers because cygwin and mingw don't like dllexport.
Files
| Path | Change | +/− |
|---|---|---|
| src/include/port/cygwin.h | modified | +2 −2 |
| src/include/port/win32.h | modified | +5 −1 |