| 1 | /* os2tk.h,v 1.2 2004/09/14 22:27:35 bird Exp */
|
|---|
| 2 | /** @file
|
|---|
| 3 | * EMX
|
|---|
| 4 | */
|
|---|
| 5 |
|
|---|
| 6 | #ifndef __OS2_H__
|
|---|
| 7 | #define __OS2_H__
|
|---|
| 8 |
|
|---|
| 9 | #define OS2_INCLUDED
|
|---|
| 10 |
|
|---|
| 11 | #include <os2def.h>
|
|---|
| 12 |
|
|---|
| 13 | #if !defined (INCL_NOBASEAPI)
|
|---|
| 14 |
|
|---|
| 15 | #if defined (INCL_BASE) || defined (INCL_SUB) || defined (INCL_KBD)
|
|---|
| 16 |
|
|---|
| 17 | #define KBD16CHARIN KbdCharIn
|
|---|
| 18 | #define KBD16CLOSE KbdClose
|
|---|
| 19 | #define KBD16DEREGISTER KbdDeRegister
|
|---|
| 20 | #define KBD16FLUSHBUFFER KbdFlushBuffer
|
|---|
| 21 | #define KBD16FREEFOCUS KbdFreeFocus
|
|---|
| 22 | #define KBD16GETCP KbdGetCp
|
|---|
| 23 | #define KBD16GETFOCUS KbdGetFocus
|
|---|
| 24 | #define KBD16GETHWID KbdGetHWID
|
|---|
| 25 | #define KBD16GETSTATUS KbdGetStatus
|
|---|
| 26 | #define KBD16OPEN KbdOpen
|
|---|
| 27 | #define KBD16PEEK KbdPeek
|
|---|
| 28 | #define KBD16REGISTER KbdRegister
|
|---|
| 29 | #define KBD16SETCP KbdSetCp
|
|---|
| 30 | #define KBD16SETCUSTXT KbdSetCustXt
|
|---|
| 31 | #define KBD16SETFGND KbdSetFgnd
|
|---|
|
|---|