home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / UE3112.ZIP / viofapi.c < prev   
C/C++ Source or Header  |  1991-12-22  |  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.