Subversion Repositories pentevo

Rev

Rev 716 | Blame | Last modification | View Log | Download | RSS feed

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