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