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.

33 lines
1.3 KiB

  1. // =========================================================================
  2. // Copyright (C) 1997, Microsoft Corporation. All Rights Reserved.
  3. // =========================================================================
  4. #include <string.h>
  5. #include <stdlib.h>
  6. #include "basecore.hpp"
  7. #include "basegbl.hpp"
  8. /*
  9. char Temp[2][5] =
  10. {
  11. {__K_I, __V_j, __K_B, __K_S, 0},
  12. {__K_I, __V_l, __K_S_D, 0}
  13. };
  14. */
  15. char TempDOP[] = {__K_D, __V_h, __K_B, 0};
  16. char TempR[] = {__K_I, __V_l, __K_R, __V_m, 0};
  17. char TempP[] = {__K_P, __V_j, 0};
  18. char ExceptAuxEnding[7][13] =
  19. {
  20. {__V_l, __K_J, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1},
  21. {__V_l, __K_J, __V_k, __K_I, 0, 0, 0, 0, 0, 0, 0, 0, 3},
  22. {__V_l, __K_J, __V_j, __K_I, 0, 0, 0, 0, 0, 0, 0, 0, 3},
  23. {__V_k, __K_H, __K_G, __V_l, __K_J, __K_M, __V_m, __K_I, 0, 0, 0, 0, 7},
  24. {__V_k, __K_H, __K_G, __V_l, __K_J, __K_M, 0, 0, 0, 0, 0, 0, 5},
  25. {__K_B, __V_j, __K_R, __V_m, __K_S, __K_G, __V_l, __K_J, __K_M, __V_m, __K_I, 0, 10},
  26. {__K_B, __V_j, __K_R, __V_m, __K_S, __K_G, __V_l, __K_J, __K_M, 0, 0, 0, 8},
  27. };