mirror of
https://github.com/reactos/CMake.git
synced 2024-12-20 10:38:08 +00:00
13 lines
213 B
C
13 lines
213 B
C
|
|
#ifndef TESTSHAREDLIBREQUIREDUSER_H
|
|
#define TESTSHAREDLIBREQUIREDUSER_H
|
|
|
|
#include "testsharedlibrequireduser_export.h"
|
|
|
|
struct TESTSHAREDLIBREQUIREDUSER_EXPORT TestSharedLibRequiredUser
|
|
{
|
|
int foo();
|
|
};
|
|
|
|
#endif
|