From d5f07c10cf20b2e016862bd024970431f19192bd Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Sat, 3 May 2008 07:22:50 +0000 Subject: [PATCH] Fixed the first DSN name mistake. --- dlg_specific.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlg_specific.h b/dlg_specific.h index abeacff..7cac98b 100644 --- a/dlg_specific.h +++ b/dlg_specific.h @@ -38,7 +38,7 @@ extern "C" { #if (ODBCVER >= 0x0300) #ifdef UNICODE_SUPPORT -#define INI_DSN "PostgreSQL30W" +#define INI_DSN "PostgreSQL35W" #else #define INI_DSN "PostgreSQL30" #endif /* UNICODE_SUPPORT */ -- 2.39.5