Changeset 1321 for trunk/dll/dirsize.c


Ignore:
Timestamp:
Dec 7, 2008, 2:48:06 AM (17 years ago)
Author:
Steven Levine
Message:

Rework casts variable types for OpenWatcom 1.8 compatibility
Add more FORTIFY support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dirsize.c

    r1222 r1321  
    10201020        if (pState->working) {
    10211021          pState->dying = TRUE;
    1022           pState->chStopFlag = (BYTE)0xff;
     1022          pState->chStopFlag = (CHAR)0xff;
    10231023          DosBeep(1000, 100);           // Complain?
    10241024        }
     
    10331033    pState = INSTDATA(hwnd);
    10341034    if (pState)
    1035       pState->chStopFlag = (BYTE)0xff;
     1035      pState->chStopFlag = (CHAR)0xff;
    10361036    DosSleep(1);
    10371037    break;
     
    10411041    EmptyCnr(hwnd);
    10421042    if (pState) {
    1043       pState->chStopFlag = (BYTE)0xff;
     1043      pState->chStopFlag = (CHAR)0xff;
    10441044      if (pState->hptr)
    10451045        WinDestroyPointer(pState->hptr);
Note: See TracChangeset for help on using the changeset viewer.