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.

18 lines
436 B

  1. #define CMAPSTART 640
  2. #define SHADOW_COLOR 0
  3. #define GRAY (CMAPSTART+43)
  4. #define GRID (CMAPSTART+44)
  5. #define SKYBLUE (CMAPSTART+45)
  6. #define RAMPB (CMAPSTART+46)
  7. #define RAMPE (CMAPSTART+55)
  8. #define RAMPB2 (CMAPSTART+56)
  9. #define RAMPE2 (CMAPSTART+65)
  10. #define RAMPB3 (CMAPSTART+66)
  11. #define RAMPE3 (CMAPSTART+75)
  12. #define RAMPB4 (CMAPSTART+76)
  13. #define RAMPE4 (CMAPSTART+85)
  14. #define RAMPB5 (CMAPSTART+86)
  15. #define RAMPE5 (CMAPSTART+95)