Ignore:
Timestamp:
Feb 21, 2010, 5:33:53 PM (16 years ago)
Author:
rlwalsh
Message:

eliminate VACPP warning & info msgs - see Ticket #1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wmisc.cpp

    r10119 r21356  
    6565        /* Now build the list of all windows */
    6666
    67         if ((list = (HWND *)HeapAlloc( GetProcessHeap(), 0, sizeof(HWND) * (count + 1))))
     67        if ((list = (HWND *)HeapAlloc( GetProcessHeap(), 0, sizeof(HWND) * (count + 1))) != NULL)
    6868        {
    6969            win32wnd = (Win32BaseWindow*)parent->getFirstChild();
Note: See TracChangeset for help on using the changeset viewer.