Changeset 75 for trunk/Sound.pas
- Timestamp:
- Mar 26, 2024, 11:27:01 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Sound.pas
r73 r75 5 5 uses 6 6 Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, FileUtil 7 {$IFDEF WINDOWS}, mmsystem{$ELSE}, AsyncProcess2, process{$ENDIF};7 {$IFDEF WINDOWS}, mmsystem{$ELSE}, AsyncProcess2, Process{$ENDIF}; 8 8 9 9 type
Note:
See TracChangeset
for help on using the changeset viewer.