]> granicus.if.org Git - postgresql/commit
Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warnings
authorItagaki Takahiro <itagaki.takahiro@gmail.com>
Wed, 10 Nov 2010 03:17:43 +0000 (12:17 +0900)
committerItagaki Takahiro <itagaki.takahiro@gmail.com>
Wed, 10 Nov 2010 03:19:40 +0000 (12:19 +0900)
commit244cc39d854a10b782840473678a2d40fd42cc06
treee5227168b45b4089db34f7f9b38e345f1580ef78
parent9743783d5a036ba837d1879b575756ad05cda935
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.
src/include/port/cygwin.h
src/include/port/win32.h