Changeset 1334 for trunk/dll/arccnrs.c


Ignore:
Timestamp:
Dec 12, 2008, 10:58:22 PM (17 years ago)
Author:
Gregg Young
Message:

Remove DosSleep that should be redundant with the addition of WAIT to runemf2 flags for view, edit etc from arc container.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/arccnrs.c

    r1329 r1334  
    20682068                       (li->type == IDM_EDITTEXT && *editor) ||
    20692069                       (li->type == IDM_EDITBINARY && *bined)) {
    2070                 DosSleep(32); //05 Aug 07 GKY 100
     2070                //DosSleep(32); // Added WAIT to runemf2 12-12-08 GKY
    20712071                ExecOnList(hwnd, ((li->type == IDM_VIEWTEXT) ? viewer :
    20722072                                  (li->type == IDM_VIEWBINARY) ? binview :
Note: See TracChangeset for help on using the changeset viewer.