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.

28 lines
380 B

  1. ; SCCSID = "@(#)pversion.inc:1.8"
  2. ?PLM = 1
  3. ?WIN = 0
  4. REALFAR = 0 ; used for QC only
  5. ifdef large
  6. ?LARGE equ 1
  7. endif
  8. ifdef compact
  9. ?COMPACT equ 1
  10. endif
  11. ifdef medium
  12. ?MEDIUM equ 1
  13. endif
  14. ifdef small
  15. ?SMALL equ 1
  16. endif
  17. ifdef small32
  18. ?SMALL32 equ 1
  19. memS32 = 1
  20. else
  21. memS32 = 0
  22. endif
  23. ifdef flat32
  24. ?FLAT32 equ 1
  25. memF32 = 1
  26. else
  27. memF32 = 0
  28. endif