水無瀬の部屋 > Programming > sample > goddess > instdlg.h |
---|
1: //*********************************************************
2: // プロジェクト: exe2ico
3: // ファイル名: instdlg.h
4: //*********************************************************
5: #ifndef INSTDLG_HEAD_INCLUDED
6: #define INSTDLG_HEAD_INCLUDED
7:
8:
9: //*********************************************************
10: // ヘッダ の インクルード
11: //*********************************************************
12: #ifndef TOOLS_HEAD_INCLUDED // 冗長ガード
13: #include <tools.h>
14: #ifndef TOOLS_HEAD_INCLUDED // ガード名の検査
15: #error "? TOOLS_HEAD_INCLUDED"
16: #endif // #ifndef TOOLS_HEAD_INCLUDED
17: #endif // #ifndef TOOLS_HEAD_INCLUDED
18:
19:
20: //*********************************************************
21: // 関数 の 宣言
22: //*********************************************************
23: #ifdef __cplusplus
24: extern "C" {
25: #endif
26:
27:
28: // instdlg.cpp
29: bool InstallDlg( HWND hWnd );
30:
31:
32: #ifdef __cplusplus
33: } // extern "C"
34: #endif
35:
36:
37: #endif // #ifndef INSTDLG_HEAD_INCLUDED
38:
39:
40: //** end **
41:
参照:
goddess.cpp, instdlg.cpp
水無瀬の部屋 > sample > goddess > instdlg.h |
---|
このページは cpp2web が出力しました。
水無瀬 優 postmaster@katsura-kotonoha.sakura.ne.jp
http://katsura-kotonoha.sakura.ne.jp/prog/code/goddess/instdlg_h.shtml