diff options
Diffstat (limited to 'src/interfaces/odbc/dlg_specific.c')
-rw-r--r-- | src/interfaces/odbc/dlg_specific.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/odbc/dlg_specific.c b/src/interfaces/odbc/dlg_specific.c index a0d71547b7c..2a933ee852f 100644 --- a/src/interfaces/odbc/dlg_specific.c +++ b/src/interfaces/odbc/dlg_specific.c @@ -87,7 +87,7 @@ GetDlgStuff(HWND hdlg, ConnInfo *ci) -int CALLBACK +int CALLBACK driver_optionsProc(HWND hdlg, WORD wMsg, WPARAM wParam, @@ -235,7 +235,7 @@ driver_optionsProc(HWND hdlg, return FALSE; } -int CALLBACK +int CALLBACK ds_optionsProc(HWND hdlg, WORD wMsg, WPARAM wParam, |