cdata2.inc
上传用户:xiaoan1112
上传日期:2013-04-11
资源大小:19621k
文件大小:1k
源码类别:

操作系统开发

开发平台:

Visual C++

  1. ;***
  2. ;cdata2.inc - 07-Sep-88 - More C Run-time Shared Global Data
  3. ;***
  4. ;***
  5. ;
  6. ; Copyright <C> 1988, Microsoft Corporation
  7. ;
  8. ;Purpose:
  9. ; This file contains special C startup debugger screen swap data items.
  10. ; They are of class COMMON, and therefore can't be in GLOBAL.INC with
  11. ; the rest of the C data items.  They are not included into QB.EXE, but
  12. ; are present in every QLB.  They are present in both the user program
  13. ; and the RTM (for custom RTM capability), and are in each /O exe.
  14. ;
  15. ;******************************************************************************
  16. sBegin dbdata
  17. ; Debugger Screen swap setup segment
  18. ?PLM = 0 ;[2]
  19. globalW  __aDBswpflg,0 ;[1] Flag == __aDBswpyes if should
  20. ;[1] attempt swapping
  21. globalW  __aDBswpchk,___aDBretaddr ;[1] By default points to a model
  22. ;[1] dependent ret
  23. globalW  __aDBrterr,___aDBretaddr ;[1] 
  24. globalW  __aDBexit,___aDBretaddr ;[1]  (Report we are exiting)
  25. globalD  __aDBcallbk,0 ;[1] Call back address to debugger
  26. __aDBdoswp = 0d6d6h
  27. public  __aDBdoswp
  28. ?PLM = 1 ;[2]
  29. sEnd dbdata