IdResourceStringsUnix.pas 248 B

1234567891011
  1. unit IdResourceStringsUnix;
  2. interface
  3. resourcestring
  4. RSResolveError = 'Error resolving host %s: %s (%d)'; { hostname, errorstring, errornumber }
  5. RSStackNonBlockingNotSupported = 'Non-blocking not supported.';
  6. implementation
  7. end.