Changeset 1395 for trunk/dll/extract.c
- Timestamp:
- Feb 8, 2009, 2:48:16 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/extract.c
r1349 r1395 17 17 29 Nov 08 GKY Add the option of creating a subdirectory from the arcname 18 18 for the extract path. 19 07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook. 19 20 20 21 ***********************************************************************/ … … 452 453 } 453 454 } 454 DosBeep(50, 100); // Complain a refuse to quit 455 if (!fErrorBeepOff) 456 DosBeep(50, 100); // Complain a refuse to quit 455 457 break; 456 458
Note:
See TracChangeset
for help on using the changeset viewer.