depB.h 69 B

1234567
  1. #include "depb_export.h"
  2. struct DEPB_EXPORT DepB
  3. {
  4. int foo();
  5. };