13 lines
143 B
C
Raw Normal View History

2013-11-03 12:27:13 +02:00
#ifndef RENAMED_H
#define RENAMED_H
#include "renamed_on_export_export.h"
struct RENAMED_ON_EXPORT_EXPORT Renamed
{
int foo();
};
#endif