source: vendor/emx/current/src/libos2/vio64.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: 651 bytes
Line 
1/* vio64.c */
2
3#define INCL_AVIO
4#include <os2.h>
5
6USHORT _THUNK_FUNCTION (Vio16QueryFonts) ();
7
8USHORT VioQueryFonts (PLONG plRemfonts, PFONTMETRICS afmMetrics,
9 LONG lMetricsLength, PLONG plFonts, PSZ pszFacename,
10 ULONG flOptions, HVPS hvps)
11{
12 return ((USHORT)
13 (_THUNK_PROLOG (4+4+4+4+4+4+2);
14 _THUNK_FLAT (plRemfonts);
15 _THUNK_FLAT (afmMetrics);
16 _THUNK_LONG (lMetricsLength);
17 _THUNK_FLAT (plFonts);
18 _THUNK_FLAT (pszFacename);
19 _THUNK_LONG (flOptions);
20 _THUNK_SHORT (hvps);
21 _THUNK_CALL (Vio16QueryFonts)));
22}
Note: See TracBrowser for help on using the repository browser.