home *** CD-ROM | disk | FTP | other *** search
- #define INCL_NOPM
- #define INCL_VIO
- #include <os2.h>
-
- USHORT APIENTRY VioGetBuf(PULONG pulLVB, PUSHORT pcbLVB, HVIO hvio)
- {
- *pulLVB = * (char far *) 0x00400049 == 7 ? 0xB000000 : 0xB8000000;
- *pcbLVB = 4096;
- return 0;
- }
-
- USHORT APIENTRY VioShowBuf(USHORT offLVB, USHORT cbOutput, HVIO hvio)
- {
- return 0;
- }
-