source: Include/windows.sbp@ 293

Last change on this file since 293 was 293, checked in by dai, 17 years ago

タイプミスを修正。
api_dosconsole.sbpをデフォルトで読み込むようにした。

File size: 676 bytes
Line 
1' Windows.sbp - declarations file for Windows API.
2
3
4#ifndef _INC_WINDOWS
5#define _INC_WINDOWS
6
7TypeDef OLECHAR = WCHAR
8TypeDef LPOLESTR = *OLECHAR
9TypeDef LPCOLESTR = *OLECHAR
10
11TypeDef LANGID = Word
12TypeDef LCID = DWord
13TypeDef LCTYPE = DWord
14TypeDef LGRPID = DWord
15
16TypeDef PROPID = DWord
17
18#require <windef.ab>
19#require <api_winerror.sbp>
20#require <api_system.sbp>
21#require <api_window.sbp>
22#require <api_commdlg.sbp>
23#require <api_gdi.sbp>
24#require <api_shell.sbp>
25#require <api_reg.sbp>
26#require <api_msg.sbp>
27#require <api_windowstyles.sbp>
28#require <api_winspool.sbp>
29#require <api_console.sbp>
30#require <winver.ab>
31
32#endif '_INC_WINDOWS
Note: See TracBrowser for help on using the repository browser.