исправление имен модулей
This commit is contained in:
@@ -3,8 +3,8 @@ unit uPlayerThread;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, SyncObjs, Generics.Collections, bass_simple,
|
||||
System.IOUtils, Types;
|
||||
System.Classes, System.SysUtils, System.SyncObjs, System.Generics.Collections, bass_simple,
|
||||
System.IOUtils, System.Types;
|
||||
|
||||
type
|
||||
TOnError = procedure(const Msg, FileName: string) of object;
|
||||
|
||||
Reference in New Issue
Block a user