Changeset 7866 for trunk/src/user32/winkeyboard.cpp
- Timestamp:
- Feb 11, 2002, 2:48:43 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/winkeyboard.cpp
r7722 r7866 1 /* $Id: winkeyboard.cpp,v 1. 29 2002-01-02 18:37:09sandervl Exp $ */1 /* $Id: winkeyboard.cpp,v 1.30 2002-02-11 13:48:43 sandervl Exp $ */ 2 2 /* 3 3 * Win32 <-> PM key translation … … 1772 1772 * Author : Patrick Haller [Thu, 1998/02/26 11:55] 1773 1773 *****************************************************************************/ 1774 ODINFUNCTION1(BOOL, UnloadKeyboardLayout, 1775 HKL, hkl) 1774 BOOL WIN32API UnloadKeyboardLayout(HKL hkl) 1776 1775 { 1777 1776 dprintf(("not implemented.\n"));
Note:
See TracChangeset
for help on using the changeset viewer.