Changeset 1321 for trunk/dll/dirsize.c
- Timestamp:
- Dec 7, 2008, 2:48:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dirsize.c
r1222 r1321 1020 1020 if (pState->working) { 1021 1021 pState->dying = TRUE; 1022 pState->chStopFlag = ( BYTE)0xff;1022 pState->chStopFlag = (CHAR)0xff; 1023 1023 DosBeep(1000, 100); // Complain? 1024 1024 } … … 1033 1033 pState = INSTDATA(hwnd); 1034 1034 if (pState) 1035 pState->chStopFlag = ( BYTE)0xff;1035 pState->chStopFlag = (CHAR)0xff; 1036 1036 DosSleep(1); 1037 1037 break; … … 1041 1041 EmptyCnr(hwnd); 1042 1042 if (pState) { 1043 pState->chStopFlag = ( BYTE)0xff;1043 pState->chStopFlag = (CHAR)0xff; 1044 1044 if (pState->hptr) 1045 1045 WinDestroyPointer(pState->hptr);
Note:
See TracChangeset
for help on using the changeset viewer.