projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a71d9e
)
Fixed the first DSN name mistake.
author
Hiroshi Saito
<hiroshi@winpg.jp>
Sat, 3 May 2008 07:22:50 +0000
(07:22 +0000)
committer
Hiroshi Saito
<hiroshi@winpg.jp>
Sat, 3 May 2008 07:22:50 +0000
(07:22 +0000)
dlg_specific.h
patch
|
blob
|
blame
|
history
diff --git
a/dlg_specific.h
b/dlg_specific.h
index abeacffb65478e6bf69143bb6da3a8f2f139708a..7cac98ba9e2b65bd37fc66f615f398444a47a4e5 100644
(file)
--- a/
dlg_specific.h
+++ b/
dlg_specific.h
@@
-38,7
+38,7
@@
extern "C" {
#if (ODBCVER >= 0x0300)
#ifdef UNICODE_SUPPORT
-#define INI_DSN "PostgreSQL3
0
W"
+#define INI_DSN "PostgreSQL3
5
W"
#else
#define INI_DSN "PostgreSQL30"
#endif /* UNICODE_SUPPORT */