Changeset 1515 for trunk/dll/arccnrs.c


Ignore:
Timestamp:
Apr 15, 2010, 3:37:51 PM (15 years ago)
Author:
John Small
Message:

Ticket 422: Change WinSendMsg to PostMsg in response to WM_SETFOCUS. Stops a
hang under unusual circumstances.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/arccnrs.c

    r1513 r1515  
    8282                one or more miniapp but not to FM/2
    8383  17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *.
     84  15 Apr 10 JBS Ticket 422: Stop hang when open archive gets deleted or moved
    8485
    8586***********************************************************************/
     
    23072308     */
    23082309    if (dcd && hwndStatus && mp2)
    2309       WinSendMsg(hwnd, UM_RESCAN, MPVOID, MPVOID);
     2310      PostMsg(hwnd, UM_RESCAN, MPVOID, MPVOID);
    23102311    break;
    23112312
Note: See TracChangeset for help on using the changeset viewer.