source: vendor/emx/0.9d-fix04/src/libos2/kbd9.c

Last change on this file was 18, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 395 bytes
Line 
1/* kbd9.c */
2
3#define INCL_KBD
4#include <os2.h>
5
6USHORT _THUNK_FUNCTION (Kbd16StringIn) ();
7
8USHORT KbdStringIn (PCH pch, PSTRINGINBUF pchIn, USHORT fWait, HKBD hkbd)
9{
10 return ((USHORT)
11 (_THUNK_PROLOG (4+4+2+2);
12 _THUNK_FLAT (pch);
13 _THUNK_FLAT (pchIn);
14 _THUNK_SHORT (fWait);
15 _THUNK_SHORT (hkbd);
16 _THUNK_CALL (Kbd16StringIn)));
17}
Note: See TracBrowser for help on using the repository browser.