source: trunk/src/emx/include/os2.h@ 1506

Last change on this file since 1506 was 1506, checked in by bird, 21 years ago

@unixroot. header reviews. ++

  • Property cvs2svn:cvs-rev set to 1.3
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 610 bytes
Line 
1/* os2.h,v 1.3 2004/09/14 22:27:35 bird Exp */
2/** @file
3 * EMX
4 */
5
6#ifndef _OS2_H
7#define _OS2_H
8
9#if defined (__cplusplus)
10extern "C" {
11#endif
12
13#ifndef _Cdecl
14#define _Cdecl
15#endif
16#ifndef _Far16
17#define _Far16
18#endif
19#ifndef _Optlink
20#define _Optlink
21#endif
22#ifndef _Pascal
23#define _Pascal
24#endif
25#ifndef _Seg16
26#define _Seg16
27#endif
28#ifndef _System
29#define _System
30#endif
31
32#if defined (USE_OS2_TOOLKIT_HEADERS)
33#include <os2tk.h>
34#else
35#include <os2emx.h> /* <-- change this line to use Toolkit headers */
36#endif
37#include <os2thunk.h>
38
39#if defined (__cplusplus)
40}
41#endif
42
43#endif /* not _OS2_H */
Note: See TracBrowser for help on using the repository browser.