Changeset 1011 for trunk/dll/dircnrs.c


Ignore:
Timestamp:
May 11, 2008, 5:00:39 AM (17 years ago)
Author:
Gregg Young
Message:

Fortify updates to get it working everywhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dircnrs.c

    r1009 r1011  
    33213321      dcd->stopflag++;
    33223322      if (!dcd->dontclose && ParentIsDesktop(dcd->hwndFrame, (HWND) 0))
    3323         PostMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID);
     3323        PostMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID);
    33243324      if (!dcd->hwndObject ||
    33253325          !PostMsg(dcd->hwndObject, WM_CLOSE, MPVOID, MPVOID)) {
Note: See TracChangeset for help on using the changeset viewer.