Changeset 8512 for trunk/src/user32/oslibwin.cpp
- Timestamp:
- May 29, 2002, 11:56:43 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.cpp
r8350 r8512 1 /* $Id: oslibwin.cpp,v 1.12 0 2002-04-30 18:47:46sandervl Exp $ */1 /* $Id: oslibwin.cpp,v 1.121 2002-05-29 09:56:43 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 931 931 USHORT OSLibWinTranslateChar(USHORT usScanCode, ULONG type, USHORT shiftstate) 932 932 { 933 USHORT usResult; 933 934 USHORT sel = GetFS(); 934 usScanCode = WinTranslateChar2(0, &usScanCode, NULL, type, &shiftstate); 935 936 usResult = WinTranslateChar2(0, &usScanCode, NULL, type, &shiftstate); 935 937 SetFS(sel); 936 938 return usScanCode;
Note:
See TracChangeset
for help on using the changeset viewer.