Changeset 766 for trunk/dll/winlist.c
- Timestamp:
- Aug 5, 2007, 10:21:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/winlist.c
r551 r766 81 81 /* Get the switch list information */ 82 82 ulcEntries = WinQuerySwitchList(0, NULL, 0); 83 ulSize = sizeof(SWBLOCK) + sizeof(HSWITCH) + (ulcEntries + 4 L) *83 ulSize = sizeof(SWBLOCK) + sizeof(HSWITCH) + (ulcEntries + 4) * 84 84 (LONG) sizeof(SWENTRY); 85 85 /* Allocate memory for list */
Note:
See TracChangeset
for help on using the changeset viewer.