OSDN Git Service

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:17:43 +0000 (12:17 +0900)
commit844ed5dc97d4374a4056f0f1cc3b0b78347c74c5
tree8fb02f59d141b2ff830e654809cc08b08bbf34f4
parentb47953f9c69d48a9261bd643e3170017b93f6337
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