home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / editor / m_emacs / viofapi.c < prev   
C/C++ Source or Header  |  1994-01-31  |  326b  |  16 lines

  1. #define INCL_NOPM
  2. #define INCL_VIO
  3. #include <os2.h>
  4.  
  5. USHORT APIENTRY VioGetBuf(PULONG pulLVB, PUSHORT pcbLVB, HVIO hvio)
  6. {
  7.   *pulLVB = * (char far *) 0x00400049 == 7 ? 0xB000000 : 0xB8000000;
  8.   *pcbLVB = 4096;
  9.   return 0;
  10. }
  11.  
  12. USHORT APIENTRY VioShowBuf(USHORT offLVB, USHORT cbOutput, HVIO hvio)
  13. {
  14.   return 0;
  15. }
  16.