Changeset 205 for trunk/Packages/CevoComponents/Sound.pas
- Timestamp:
- May 8, 2020, 4:54:17 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/CevoComponents/Sound.pas
r201 r205 4 4 5 5 uses 6 Messages,SysUtils, Classes, Graphics, Controls, Forms, fgl, FileUtil,6 SysUtils, Classes, Graphics, Controls, Forms, fgl, FileUtil, 7 7 StringTables, Directories 8 8 {$IFDEF WINDOWS}, MMSystem, Windows{$ENDIF} 9 {$IFDEF LINUX}, Process, AsyncProcess{$ENDIF};9 {$IFDEF LINUX}, Messages, Process, AsyncProcess{$ENDIF}; 10 10 11 11 type
Note:
See TracChangeset
for help on using the changeset viewer.