renamed.h 143 B

123456789101112
  1. #ifndef RENAMED_H
  2. #define RENAMED_H
  3. #include "renamed_on_export_export.h"
  4. struct RENAMED_ON_EXPORT_EXPORT Renamed
  5. {
  6. int foo();
  7. };
  8. #endif