Changeset 21356 for trunk/src/user32/win32wmisc.cpp
- Timestamp:
- Feb 21, 2010, 5:33:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wmisc.cpp
r10119 r21356 65 65 /* Now build the list of all windows */ 66 66 67 if ((list = (HWND *)HeapAlloc( GetProcessHeap(), 0, sizeof(HWND) * (count + 1))) )67 if ((list = (HWND *)HeapAlloc( GetProcessHeap(), 0, sizeof(HWND) * (count + 1))) != NULL) 68 68 { 69 69 win32wnd = (Win32BaseWindow*)parent->getFirstChild();
Note:
See TracChangeset
for help on using the changeset viewer.