2013-11-03 12:27:13 +02:00

13 lines
143 B
C

#ifndef RENAMED_H
#define RENAMED_H
#include "renamed_on_export_export.h"
struct RENAMED_ON_EXPORT_EXPORT Renamed
{
int foo();
};
#endif