Leaked source code of windows server 2003
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.

31 lines
703 B

  1. ;*****************************************************************************
  2. ;
  3. ; (C) Copyright MICROSOFT Corp, 1994
  4. ;
  5. ; Title: MESSAGES.ASM
  6. ;
  7. ; Version: 1.00
  8. ;
  9. ; Date: 07-Jul-1994
  10. ;
  11. ; Author:
  12. ;
  13. ;-----------------------------------------------------------------------------
  14. ;
  15. ; Change log:
  16. ;
  17. ; Date Rev Description
  18. ; ----------- --- ------------------------------------------------------
  19. ;
  20. ;=============================================================================
  21. .386
  22. include vmm.inc
  23. CREATE_MESSAGES EQU TRUE
  24. include msgmacro.inc
  25. include messages.inc
  26. END