Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6cfb3ec

Browse files
author
Hiroshi Inoue
committed
Add missing win_setup.h.
1 parent89d6f68 commit6cfb3ec

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

‎src/interfaces/odbc/win_setup.h‎

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#ifndef_WIN_SETUP_H__
2+
#define_WIN_SETUP_H__
3+
4+
#ifndefINTFUNC
5+
#defineINTFUNC __stdcall
6+
#endif/* INTFUNC */
7+
#defineMAXDSNAME(32+1)/* Max data source name length */
8+
/* Globals */
9+
/* NOTE: All these are used by the dialog procedures */
10+
typedefstructtagSETUPDLG
11+
{
12+
HWNDhwndParent;/* Parent window handle */
13+
LPCSTRlpszDrvr;/* Driver description */
14+
ConnInfoci;
15+
charszDSN[MAXDSNAME];/* Original data source name */
16+
BOOLfNewDSN;/* New data source flag */
17+
BOOLfDefault;/* Default data source flag */
18+
19+
}SETUPDLG,FAR*LPSETUPDLG;
20+
21+
/* Prototypes */
22+
voidINTFUNCCenterDialog(HWNDhdlg);
23+
intCALLBACKConfigDlgProc(HWNDhdlg,UINTwMsg,WPARAMwParam,LPARAMlParam);
24+
voidINTFUNCParseAttributes(LPCSTRlpszAttributes,LPSETUPDLGlpsetupdlg);
25+
BOOLINTFUNCSetDSNAttributes(HWNDhwnd,LPSETUPDLGlpsetupdlg);
26+
27+
#endif/* _WIN_SETUP_H__ */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp