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.

24 lines
706 B

  1. // =========================================================================
  2. // Copyright (C) 1997, Microsoft Corporation. All Rights Reserved.
  3. // =========================================================================
  4. #include <stdlib.h>
  5. #include <string.h>
  6. #include <io.h>
  7. #include "basecore.hpp"
  8. #include "basegbl.hpp"
  9. #define TOSSI 1
  10. #define END 0
  11. #define SPACE 0x20
  12. int NLP_Ge_Proc( char far *);
  13. char TempIkNl[] = {__K_I, __V_k, __K_N, __V_l, 0};
  14. char TempJap[3][7] =
  15. {
  16. {__K_J, __V_p, __K_G, __V_u, __K_I, __V_l, 0},
  17. {__K_I, __V_u, __K_N, __K_I, __V_l, 0, 0},
  18. {__K_I, __V_l, 0, 0, 0, 0, 0}
  19. };