diff options
| author | Dave Page | 2005-07-13 14:23:36 +0000 |
|---|---|---|
| committer | Dave Page | 2005-07-13 14:23:36 +0000 |
| commit | 35b56ef9573e817549281ff20d031bae57ec81e8 (patch) | |
| tree | 570c522cb81be4e5af54dcab8c2e0975278d3773 /setup.c | |
| parent | 581bb23b97cb9eb547974e2ba5bebc5ce2961226 (diff) | |
New version of the driver with libpq based comms layer, courtesy of Anoop Kumar of Pervasive PostgreSQL. Version number bumped, and extra strings modified in the resource file to make it obvious when the libpq version of the driver is being run.
Diffstat (limited to 'setup.c')
| -rw-r--r-- | setup.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -15,7 +15,12 @@ #include "psqlodbc.h" +#ifdef USE_LIBPQ +#include "libpqconnection.h" +#else #include "connection.h" +#endif /* USE_LIBPQ */ + #include <windowsx.h> #include <string.h> #include <stdlib.h> |
