Changeset 21720 for branches/gcc-kmk/src/user32/winaccel.cpp
- Timestamp:
- Oct 19, 2011, 11:26:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/user32/winaccel.cpp
r10190 r21720 18 18 #include <misc.h> 19 19 #include <heapstring.h> 20 #include <win \winnls.h>20 #include <win/winnls.h> 21 21 22 22 #define DBG_LOCALLOG DBG_winaccel … … 29 29 * 01: BYTE pad (to WORD boundary) 30 30 * 02: WORD event 31 * 04: WORD IDval 31 * 04: WORD IDval 32 32 * 06: WORD pad (to DWORD boundary) 33 33 */ … … 54 54 hRetval = GlobalAlloc(0,sizeof(ACCEL)*nrofaccells); 55 55 accel = (LPACCEL)GlobalLock(hRetval); 56 56 57 57 for (i=0;i<nrofaccells;i++) { 58 58 accel[i].fVirt = accel_table[i].fVirt;
Note:
See TracChangeset
for help on using the changeset viewer.