Changeset 9974 for trunk/src/user32/winkeyboard.cpp
- Timestamp:
- Apr 2, 2003, 2:58:02 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/winkeyboard.cpp
r9922 r9974 1 /* $Id: winkeyboard.cpp,v 1.4 1 2003-03-17 17:59:34sandervl Exp $ */1 /* $Id: winkeyboard.cpp,v 1.42 2003-04-02 12:58:02 sandervl Exp $ */ 2 2 /* 3 3 * Win32 <-> PM key translation … … 1875 1875 //****************************************************************************** 1876 1876 //****************************************************************************** 1877 BOOL WIN32API ActivateKeyboardLayout(HKL hkl, UINT fuFlags)1877 HKL WIN32API ActivateKeyboardLayout(HKL hkl, UINT fuFlags) 1878 1878 { 1879 1879 dprintf(("not implemented\n")); 1880 return (TRUE);1880 return NULL; 1881 1881 } 1882 1882 /*****************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.