depIfaceOnly.h 93 B

1234567
  1. #include "depifaceonly_export.h"
  2. struct DEPIFACEONLY_EXPORT DepIfaceOnly
  3. {
  4. int foo();
  5. };