Changeset 10517 for trunk/src/user32
- Timestamp:
 - Mar 15, 2004, 3:00:12 PM (22 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/user32/winkeyboard.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/user32/winkeyboard.cpp
r10190 r10517 1 /* $Id: winkeyboard.cpp,v 1.4 3 2003-07-31 15:56:48sandervl Exp $ */1 /* $Id: winkeyboard.cpp,v 1.44 2004-03-15 14:00:12 sandervl Exp $ */ 2 2 /* 3 3 * Win32 <-> PM key translation … … 1092 1092 INT WIN32API GetKeyboardLayoutNameA(LPSTR pwszKLID) 1093 1093 { 1094 dprintf(("not correctly implemented")); 1095 1096 sprintf(pwszKLID, "%08x",GetKeyboardLayout(0)); 1094 sprintf(pwszKLID, "%08x", LOWORD(GetKeyboardLayout(0))); 1097 1095 return 1; 1098 1096 }  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  