Last change
on this file since 465 was 360, checked in by dai, 17 years ago |
api_commctrl.sbp、api_winsock2.sbpを標準ライブラリ内で取り込むようにした。
gc.sbp内のコードにコメントをつけた
|
File size:
917 bytes
|
Rev | Line | |
---|
[1] | 1 | ' Windows.sbp - declarations file for Windows API.
|
---|
| 2 |
|
---|
| 3 |
|
---|
| 4 | #ifndef _INC_WINDOWS
|
---|
| 5 | #define _INC_WINDOWS
|
---|
| 6 |
|
---|
| 7 | TypeDef OLECHAR = WCHAR
|
---|
| 8 | TypeDef LPOLESTR = *OLECHAR
|
---|
[285] | 9 | TypeDef LPCOLESTR = *OLECHAR
|
---|
[1] | 10 |
|
---|
| 11 | TypeDef LANGID = Word
|
---|
| 12 | TypeDef LCID = DWord
|
---|
| 13 | TypeDef LCTYPE = DWord
|
---|
| 14 | TypeDef LGRPID = DWord
|
---|
| 15 |
|
---|
| 16 | TypeDef PROPID = DWord
|
---|
| 17 |
|
---|
[170] | 18 | #require <windef.ab>
|
---|
[160] | 19 | #require <api_winerror.sbp>
|
---|
| 20 | #require <api_system.sbp>
|
---|
[323] | 21 | #require <api_gdi.sbp>
|
---|
[160] | 22 | #require <api_window.sbp>
|
---|
| 23 | #require <api_shell.sbp>
|
---|
| 24 | #require <api_msg.sbp>
|
---|
| 25 | #require <api_windowstyles.sbp>
|
---|
| 26 | #require <api_winspool.sbp>
|
---|
[293] | 27 | #require <api_console.sbp>
|
---|
[160] | 28 | #require <winver.ab>
|
---|
[303] | 29 | #require <api_reg.sbp>
|
---|
[1] | 30 |
|
---|
[303] | 31 | #ifndef WIN32_LEAN_AND_MEAN
|
---|
| 32 | #require <api_mmsys.sbp>
|
---|
| 33 | #require <ole2.ab>
|
---|
| 34 | #require <api_commdlg.sbp>
|
---|
| 35 | #endif
|
---|
| 36 |
|
---|
| 37 | #ifdef INC_OLE2
|
---|
| 38 | #require <ole2.ab>
|
---|
| 39 | #endif
|
---|
| 40 |
|
---|
| 41 | #ifndef NOIME
|
---|
| 42 | #require <api_imm.sbp>
|
---|
| 43 | #endif
|
---|
| 44 |
|
---|
[360] | 45 | #require <api_commctrl.sbp>
|
---|
| 46 | #require <api_winsock2.sbp>
|
---|
| 47 |
|
---|
[1] | 48 | #endif '_INC_WINDOWS
|
---|
Note:
See
TracBrowser
for help on using the repository browser.