onlyplainlib1.h 139 B

1234567891011121314
  1. struct
  2. #ifdef _WIN32
  3. __declspec(dllexport)
  4. #endif
  5. OnlyPlainLib1
  6. {
  7. OnlyPlainLib1();
  8. int GetResult();
  9. private:
  10. int result;
  11. };