PGDLLEXPORT is __declspec (dllexport) only on MSVC,
but is __declspec (dllimport) on other compilers because cygwin and mingw don't like dllexport.
Showing
Please register or sign in to comment
but is __declspec (dllimport) on other compilers because cygwin and mingw don't like dllexport.