| 1 | /* os2tk.h (emx+gcc) */
|
|---|
| 2 |
|
|---|
| 3 | #ifndef __OS2_H__
|
|---|
| 4 | #define __OS2_H__
|
|---|
| 5 |
|
|---|
| 6 | #define OS2_INCLUDED
|
|---|
| 7 |
|
|---|
| 8 | #include <os2def.h>
|
|---|
| 9 |
|
|---|
| 10 | #if !defined (INCL_NOBASEAPI)
|
|---|
| 11 |
|
|---|
| 12 | #if defined (INCL_BASE) || defined (INCL_SUB) || defined (INCL_KBD)
|
|---|
| 13 |
|
|---|
| 14 | #define KBD16CHARIN KbdCharIn
|
|---|
| 15 | #define KBD16CLOSE KbdClose
|
|---|
| 16 | #define KBD16DEREGISTER KbdDeRegister
|
|---|
| 17 | #define KBD16FLUSHBUFFER KbdFlushBuffer
|
|---|
| 18 | #define KBD16FREEFOCUS KbdFreeFocus
|
|---|
| 19 | #define KBD16GETCP KbdGetCp
|
|---|
| 20 | #define KBD16GETFOCUS KbdGetFocus
|
|---|
| 21 | #define KBD16GETHWID KbdGetHWID
|
|---|
| 22 | #define KBD16GETSTATUS KbdGetStatus
|
|---|
| 23 | #define KBD16OPEN KbdOpen
|
|---|
| 24 | #define KBD16PEEK KbdPeek
|
|---|
| 25 | #define KBD16REGISTER KbdRegister
|
|---|
| 26 | #define KBD16SETCP KbdSetCp
|
|---|
| 27 | #define KBD16SETCUSTXT KbdSetCustXt
|
|---|
| 28 | #define KBD16SETFGND KbdSetFgnd
|
|---|
| 29 | #define KBD16SETHWID KbdSetHWID
|
|---|
| 30 | #define KBD16SETSTATUS KbdSetStatus
|
|---|
| 31 | #define KBD16STRINGIN KbdStringIn
|
|---|
| 32 | #define KBD16SYNCH KbdSynch
|
|---|
| 33 | #define KBD16XLATE KbdXlate
|
|---|
| 34 |
|
|---|
| 35 | #endif
|
|---|
| 36 |
|
|---|
| 37 | #if defined (INCL_BASE) || defined (INCL_SUB) || defined (INCL_VIO)
|
|---|
| 38 |
|
|---|
| 39 | #define VIO16CHECKCHARTYPE VioCheckCharType
|
|---|
| 40 | #define VIO16DEREGISTER VioDeRegister
|
|---|
| 41 | #define VIO16ENDPOPUP VioEndPopUp
|
|---|
| 42 | #define VIO16GETANSI VioGetAnsi
|
|---|
| 43 | #define VIO16GETBUF VioGetBuf
|
|---|
|
|---|