Changeset 21916 for trunk/src/user32/winaccel.cpp
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/user32/winaccel.cpp
r10190 r21916 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.