Subversion Repositories pentevo

Rev

Rev 796 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed | ?url?

  1. #pragma once
  2.  
  3. struct PC_KEY
  4. {
  5.    unsigned char vkey;
  6.    unsigned char normal;
  7.    unsigned char shifted;
  8. };
  9.  
  10. extern const PC_KEY pc_layout[];
  11. extern const size_t pc_layout_count;
  12.