Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
355 B

  1. title LAYER.ASM - Parameter validation layer
  2. .xlist
  3. ifdef WINDEBUG
  4. DEBUG equ <1>
  5. endif
  6. PMODE equ <1>
  7. include gpfix.inc
  8. include klayer.inc
  9. createSeg _DATA,DATA,WORD,PUBLIC,DATA,DGROUP
  10. createSeg _GPFIX,GPFIX,WORD,PUBLIC,DATA,DGROUP
  11. .list
  12. LAYER_START
  13. include kernel.api
  14. LAYER_END
  15. LAYER_EXPAND TEXT
  16. LAYER_EXPAND NRESTEXT
  17. LAYER_EXPAND MISCTEXT
  18. end