11 lines
194 B
Plaintext
11 lines
194 B
Plaintext
|
unit IdResourceStringsVCLPosix;
|
||
|
|
||
|
interface
|
||
|
|
||
|
resourcestring
|
||
|
RSReverseResolveError = 'Error resolving Address %s: %s (%d)'; { address, errorstring, errornumber }
|
||
|
|
||
|
implementation
|
||
|
|
||
|
end.
|