uw25610a.pp 187 B

1234567891011121314151617
  1. unit uw25610a;
  2. interface
  3. uses
  4. uw25610b;
  5. {$ifdef recompile}
  6. {$error this unit should not be recompiled}
  7. {$endif}
  8. resourcestring
  9. Foo = 'Foo';
  10. implementation
  11. end.