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.

29 lines
1.3 KiB

  1. // =========================================================================
  2. // Copyright (C) 1997, Microsoft Corporation. All Rights Reserved.
  3. // =========================================================================
  4. #include <string.h>
  5. #include "basecore.hpp"
  6. static char INRBuf[5][10] =
  7. {
  8. {__K_J, __V_k, __K_C, __V_j, __K_I, __V_n, __K_R, 0, 0, 6},
  9. {__K_G, __V_j, __K_M, __K_G, __V_l, __K_I, __V_n, __K_R, 0, 7},
  10. {__K_G, __V_nl, __K_I, __V_n, __K_R, 0, 0, 0, 0, 4},
  11. {__K_I, __V_l, __K_I, __V_n, __K_R, 0, 0, 0, 0, 4},
  12. {__K_I, __V_n, __K_R, 0, 0, 0, 0, 0, 0, 2}
  13. };
  14. static char INRBuf2[4][7] =
  15. {
  16. {__K_G, __V_l, __K_I, __V_n, __K_R, 0, 4},
  17. {__K_G_D, __V_l, __K_I, __V_n, __K_R, 0, 4},
  18. {__K_G, __V_i, __K_I, __V_n, __K_R, 0, 4},
  19. {__K_G_D, __V_i, __K_I, __V_n, __K_R, 0, 4}
  20. };
  21. char TemDop[] = {__K_D, __V_h, __K_B, 0};
  22. char TempNa[] = {__K_N, __V_k, 0};
  23. // hjw : 95/3/7
  24. char TempNjRk[] = {__V_k, __K_R, __V_j, __K_N, 0};