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.

21 lines
257 B

  1. title LAYER.ASM - Parameter validation layer
  2. .xlist
  3. include layer.inc
  4. LAYER_INCLUDE=1 ; to suppress including most of the stuff in user.inc
  5. include user.inc
  6. .list
  7. .xall
  8. include msglayer.inc
  9. MESSAGE_START TEXT
  10. include messages.api
  11. MESSAGE_END
  12. END