mirror of
https://github.com/CloudDelphi/Virtual-File-System
synced 2025-12-19 09:53:54 +01:00
11 lines
138 B
ObjectPascal
11 lines
138 B
ObjectPascal
library Vfs;
|
|
(*
|
|
Author: Alexander Shostak aka Berserker aka EtherniDee.
|
|
*)
|
|
|
|
uses VfsExport;
|
|
|
|
begin
|
|
System.IsMultiThread := true;
|
|
end.
|