Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warnings

Itagaki Takahiro <itagaki.takahiro@gmail.com>

Commit: 844ed5dc97d4374a4056f0f1cc3b0b78347c74c5
Author: Itagaki Takahiro <itagaki.takahiro@gmail.com>
Date: 2010-11-10T03:17:43Z
Releases: 9.1.0
Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warnings
by gcc version 4 on mingw and cygwin. We don't use dllexport here
because dllexport and dllwrap don't work well together.

Files

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