home *** CD-ROM | disk | FTP | other *** search
- /* vio48.c */
-
- #define INCL_VIO
- #include <os2.h>
-
- USHORT _THUNK_FUNCTION (Vio16WrtCharStrAtt) ();
-
- USHORT VioWrtCharStrAtt (CONSTPCH pch, USHORT cb, USHORT usRow,
- USHORT usColumn, PBYTE pAttr, HVIO hvio)
- {
- return ((USHORT)
- (_THUNK_PROLOG (4+2+2+2+4+2);
- _THUNK_FLAT ((PCH)pch);
- _THUNK_SHORT (cb);
- _THUNK_SHORT (usRow);
- _THUNK_SHORT (usColumn);
- _THUNK_FLAT (pAttr);
- _THUNK_SHORT (hvio);
- _THUNK_CALL (Vio16WrtCharStrAtt)));
- }
-