Changeset 10 for trunk/mainwin.cpp


Ignore:
Timestamp:
Feb 21, 2018, 12:49:59 AM (7 years ago)
Author:
Gregg Young
Message:

The changes in these files were made to fix Open Watcom compiler, WRC and wipfc errors and warning. There are several more in the next commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mainwin.cpp

    r2 r10  
    326326            // I have no idea why this delay is necessary, but CAP_SCREEN with
    327327            // hiding our window does not work without it ...
    328             _sleep2 (100);
     328            DosSleep (100);
    329329            usState = STATE_SELECTWINDOW;
    330330            WinSendMsg (hwnd, UM_SELECTWINDOW, 0,0);
     
    466466        // I have no idea why this delay is necessary, but CAP_SCREEN with
    467467        // hiding our window does not work without it ...
    468         _sleep2 (100);
     468        DosSleep (100);
    469469        WinSendMsg (hwnd, UM_CAPTURE2, 0,0);
    470470        return MRESULT (FALSE);
Note: See TracChangeset for help on using the changeset viewer.