Thread: Building WIN32 DLL's

Building WIN32 DLL's

From
"Arshad Mahmood"
Date:
Dear Hackers,
 
I am trying to create a wrapper around Postgres on Win32, but have found the macro used to export/import a little unhelpful.
 
Would it be worth considering modifying it from DLLIMPORT to something like PGSQL_DLLIMPORT and instead of BUILDING_DLL to PGSQL_BUILDING_DLL. This would make it easier for it live with other DLL's.
 
Regards.