sharedlib.h 96 B

1234567
  1. #include "sharedlib_export.h"
  2. struct SHAREDLIB_EXPORT SharedLibObject
  3. {
  4. int foo() const;
  5. };