diff options
| author | Dave Page | 2005-09-06 07:47:26 +0000 |
|---|---|---|
| committer | Dave Page | 2005-09-06 07:47:26 +0000 |
| commit | 57f3e88be183c6197437c2453df77b02c5ca5ad1 (patch) | |
| tree | 97fd4f8215459bf32415a7c6a0243bfc937d3cdb /options.c | |
| parent | e87d46d4c03cbc7a9d886096c6d3a38a6b95e206 (diff) | |
Re-enable ANSI/Unicode compilation.
Diffstat (limited to 'options.c')
| -rw-r--r-- | options.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -494,6 +494,7 @@ PGAPI_SetConnectOption( if (fOption == 30002 && vParam) { int cmp; +#ifdef UNICODE_SUPPORT char *asPara; if (conn->unicode) { @@ -502,6 +503,7 @@ PGAPI_SetConnectOption( free(asPara); } else +#endif cmp = strncmp((char *) vParam, "Microsoft Jet", 13); if (0 == cmp) |
