source: trunk/src/kernel32/stubs.h@ 91

Last change on this file since 91 was 46, checked in by sandervl, 26 years ago

* empty log message *

File size: 1.5 KB
Line 
1/*
2 *
3 * Project Odin Software License can be found in LICENSE.TXT
4 *
5 */
6/*
7 * Win32 KERNEL32 Subsystem for OS/2
8 *
9 * 1998/05/19 PH Patrick Haller (haller@zebra.fh-weingarten.de)
10 *
11 * @(#) Stubs.H 1.0.0 1998/05/19 PH start
12 */
13
14#ifndef _STUB_H_
15#define _STUB_H_
16
17
18/*****************************************************************************
19 * Remark *
20 *****************************************************************************
21
22 */
23
24
25/*****************************************************************************
26 * Includes *
27 *****************************************************************************/
28
29
30/*****************************************************************************
31 * Defines & Macros *
32 *****************************************************************************/
33
34/*****************************************************************************
35 * Structures *
36 *****************************************************************************/
37
38
39
40 /*****************************************************************************
41 * Prototypes *
42 *****************************************************************************/
43
44#ifdef __cplusplus
45extern "C" {
46#endif
47
48
49
50
51
52#ifdef __cplusplus
53}
54#endif
55
56
57#endif /* _STUB_H_ */
Note: See TracBrowser for help on using the repository browser.