source: vendor/emx/current/src/libos2/vio45.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: 467 bytes
Line 
1/* vio45.c */
2
3#define INCL_VIO
4#include <os2.h>
5
6USHORT _THUNK_FUNCTION (Vio16Register) ();
7
8USHORT VioRegister (PCSZ pszModName, PCSZ pszEntryName,
9 ULONG ulFunMask1, ULONG ulFunMask2)
10{
11 return ((USHORT)
12 (_THUNK_PROLOG (4+4+4+4);
13 _THUNK_FLAT ((PSZ)pszModName);
14 _THUNK_FLAT ((PSZ)pszEntryName);
15 _THUNK_LONG (ulFunMask1);
16 _THUNK_LONG (ulFunMask2);
17 _THUNK_CALL (Vio16Register)));
18}
Note: See TracBrowser for help on using the repository browser.