source: vendor/emx/0.9d-fix04/src/libos2/vio37.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: 384 bytes
Line 
1/* vio37.c */
2
3#define INCL_VIO
4#include <os2.h>
5
6USHORT _THUNK_FUNCTION (Vio16ModeWait) ();
7
8USHORT VioModeWait (USHORT usReqType, PUSHORT pNotifyType, USHORT usReserved)
9{
10 return ((USHORT)
11 (_THUNK_PROLOG (2+4+2);
12 _THUNK_SHORT (usReqType);
13 _THUNK_FLAT (pNotifyType);
14 _THUNK_SHORT (usReserved);
15 _THUNK_CALL (Vio16ModeWait)));
16}
Note: See TracBrowser for help on using the repository browser.