6 lines
112 B
ObjectPascal
6 lines
112 B
ObjectPascal
|
|
//!Файл 'non_existing_file' не найден
|
|||
|
|
unit err0524_res_unit;
|
|||
|
|
|
|||
|
|
{$resource non_existing_file}
|
|||
|
|
|
|||
|
|
end.
|