Last change
on this file was 18, checked in by bird, 22 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:
348 bytes
|
Line | |
---|
1 | /* kbd5.c */
|
---|
2 |
|
---|
3 | #define INCL_KBD
|
---|
4 | #include <os2.h>
|
---|
5 |
|
---|
6 | USHORT _THUNK_FUNCTION (Kbd16SetCp) ();
|
---|
7 |
|
---|
8 | USHORT KbdSetCp (USHORT usReserved, USHORT idCP, HKBD hkbd)
|
---|
9 | {
|
---|
10 | return ((USHORT)
|
---|
11 | (_THUNK_PROLOG (2+2+2);
|
---|
12 | _THUNK_SHORT (usReserved);
|
---|
13 | _THUNK_SHORT (idCP);
|
---|
14 | _THUNK_SHORT (hkbd);
|
---|
15 | _THUNK_CALL (Kbd16SetCp)));
|
---|
16 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.