diff options
Diffstat (limited to 'src/interfaces/odbc/setup.c')
-rw-r--r-- | src/interfaces/odbc/setup.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/interfaces/odbc/setup.c b/src/interfaces/odbc/setup.c index d4950da32cb..1679ad033a8 100644 --- a/src/interfaces/odbc/setup.c +++ b/src/interfaces/odbc/setup.c @@ -74,7 +74,7 @@ BOOL INTFUNC SetDSNAttributes(HWND hwnd, LPSETUPDLG lpsetupdlg); Output : TRUE success, FALSE otherwise --------------------------------------------------------------------------*/ -BOOL CALLBACK +BOOL CALLBACK ConfigDSN(HWND hwnd, WORD fRequest, LPCSTR lpszDriver, @@ -154,7 +154,7 @@ ConfigDSN(HWND hwnd, Input : hdlg -- Dialog window handle Output : None --------------------------------------------------------------------------*/ -void INTFUNC +void INTFUNC CenterDialog(HWND hdlg) { HWND hwndFrame; @@ -209,7 +209,7 @@ CenterDialog(HWND hdlg) --------------------------------------------------------------------------*/ -int CALLBACK +int CALLBACK ConfigDlgProc(HWND hdlg, WORD wMsg, WPARAM wParam, @@ -345,7 +345,7 @@ ConfigDlgProc(HWND hdlg, Input : lpszAttributes - Pointer to attribute string Output : None (global aAttr normally updated) --------------------------------------------------------------------------*/ -void INTFUNC +void INTFUNC ParseAttributes(LPCSTR lpszAttributes, LPSETUPDLG lpsetupdlg) { LPCSTR lpsz; @@ -399,7 +399,7 @@ ParseAttributes(LPCSTR lpszAttributes, LPSETUPDLG lpsetupdlg) Output : TRUE if successful, FALSE otherwise --------------------------------------------------------------------------*/ -BOOL INTFUNC +BOOL INTFUNC SetDSNAttributes(HWND hwndParent, LPSETUPDLG lpsetupdlg) { LPCSTR lpszDSN; /* Pointer to data source name */ |