postgresql-interfaces / psqlodbc

Other
11 stars 10 forks source link

Use strdup on non-Windows systems #17

Closed apgrucza closed 3 months ago

apgrucza commented 3 months ago

Prior to #6, psqlODBC only used _strdup on Windows builds. Although _strdup is part of ISO C and C++, it does not compile on all systems.

Fixes #15.