home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / tvision / dpmi / clpatch.doc < prev    next >
Encoding:
Text File  |  1994-05-29  |  312 b   |  21 lines

  1. Apply these changes to \BORLANDC\CRTL\CLIB\CRTINIT.CAS
  2.  
  3. 101,103 c 101
  4. < #ifdef PROTECT
  5. < extern unsigned _40h, _B000h  , _B800h  , _F000h;
  6. < #else
  7. ---
  8. 108 d 105
  9. < #endif
  10. 191,193 c 188
  11. <   asm push  ds
  12. <   asm mov   ax, DGROUP
  13. <   asm mov   ds, ax
  14. ---
  15. 195 c 190
  16. <   asm pop   ds
  17. ---
  18.