tw1825.pp 292 B

1234567891011121314151617
  1. { %version=1.1 }
  2. {$mode objfpc}
  3. { Source provided for Free Pascal Bug Report 1825 }
  4. { Submitted by "marcov" on 2002-02-19 }
  5. { e-mail: [email protected] }
  6. program x;
  7. Type
  8. IEnumMoniker = Interface (IUnknown)
  9. ['{00000102-0000-0000-C000-000000000046}']
  10. End;
  11. begin
  12. end.