source: vendor/emx/current/src/libos2/vio56.c

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: 538 bytes
Line 
1/* vio56.c */
2
3#define INCL_AVIO
4#include <os2.h>
5
6USHORT _THUNK_FUNCTION (Vio16CreatePS) ();
7
8USHORT VioCreatePS (PHVPS phvps, SHORT sDepth, SHORT sWidth, SHORT sFormat,
9 SHORT sAttrs, HVPS hvpsReserved)
10{
11 return ((USHORT)
12 (_THUNK_PROLOG (4+2+2+2+2+2);
13 _THUNK_FLAT (phvps);
14 _THUNK_SHORT (sDepth);
15 _THUNK_SHORT (sWidth);
16 _THUNK_SHORT (sFormat);
17 _THUNK_SHORT (sAttrs);
18 _THUNK_SHORT (hvpsReserved);
19 _THUNK_CALL (Vio16CreatePS)));
20}
Note: See TracBrowser for help on using the repository browser.