mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
1) Fix a bug *double error message*.
2) Fix a bug *passowrd prompt in case of md5 authentication*. 3) Improve the DSN setup dialog.
This commit is contained in:
@ -174,6 +174,10 @@ int CALLBACK driver_optionsProc(HWND hdlg,
|
||||
UINT wMsg,
|
||||
WPARAM wParam,
|
||||
LPARAM lParam);
|
||||
int CALLBACK global_optionsProc(HWND hdlg,
|
||||
UINT wMsg,
|
||||
WPARAM wParam,
|
||||
LPARAM lParam);
|
||||
int CALLBACK ds_options1Proc(HWND hdlg,
|
||||
UINT wMsg,
|
||||
WPARAM wParam,
|
||||
|
Reference in New Issue
Block a user