projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1261ff
)
Minor tidy up
author
Dave Page
<dpage@pgadmin.org>
Tue, 20 Jul 2004 07:42:48 +0000
(07:42 +0000)
committer
Dave Page
<dpage@pgadmin.org>
Tue, 20 Jul 2004 07:42:48 +0000
(07:42 +0000)
win_setup.h
patch
|
blob
|
blame
|
history
diff --git
a/win_setup.h
b/win_setup.h
index 3be80fe36af4d3c8e682f4daa4d7aa07ecbc215d..63f7de5b79a4f082c91b7d40573002abedde38ae 100644
(file)
--- a/
win_setup.h
+++ b/
win_setup.h
@@
-12,7
+12,7
@@
typedef struct tagSETUPDLG
HWND hwndParent; /* Parent window handle */
LPCSTR lpszDrvr; /* Driver description */
ConnInfo ci;
- char szDSN[MAXDSNAME];
/* Original data source name */
+ char szDSN[MAXDSNAME]; /* Original data source name */
BOOL fNewDSN; /* New data source flag */
BOOL fDefault; /* Default data source flag */