Changeset 21356 for trunk/src/user32/exticon.c
- Timestamp:
- Feb 21, 2010, 5:33:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/exticon.c
r8049 r21356 204 204 /* allocate the phony ICONDIR structure */ 205 205 *uSize = lpcid->idCount * sizeof(CURSORICONDIRENTRY) + HEADER_SIZE; 206 if( (lpID = (CURSORICONDIR*)HeapAlloc(GetProcessHeap(),0, *uSize) ) )206 if( (lpID = (CURSORICONDIR*)HeapAlloc(GetProcessHeap(),0, *uSize) ) != NULL) 207 207 { 208 208 /* copy the header */
Note:
See TracChangeset
for help on using the changeset viewer.