You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
143 B
13 lines
143 B
11 years ago
|
|
||
|
#ifndef RENAMED_H
|
||
|
#define RENAMED_H
|
||
|
|
||
|
#include "renamed_on_export_export.h"
|
||
|
|
||
|
struct RENAMED_ON_EXPORT_EXPORT Renamed
|
||
|
{
|
||
|
int foo();
|
||
|
};
|
||
|
|
||
|
#endif
|