From 54c4c84888b840be561565f79654e59f80766ecc Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Tue, 15 Dec 2009 22:53:33 +0100 Subject: Fixed NAR-90 and NAR-118 --- src/it/it0016-layout/include/HelloWorldLib.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/it/it0016-layout/include/HelloWorldLib.h (limited to 'src/it/it0016-layout/include/HelloWorldLib.h') diff --git a/src/it/it0016-layout/include/HelloWorldLib.h b/src/it/it0016-layout/include/HelloWorldLib.h new file mode 100644 index 0000000..e801bec --- /dev/null +++ b/src/it/it0016-layout/include/HelloWorldLib.h @@ -0,0 +1,9 @@ +#ifndef HelloWorldLib_H +#define HelloWorldLib_H + +#ifdef WIN32 +__declspec(dllexport) +#endif +extern char* HelloWorldLib_sayHello(); + +#endif -- cgit v1.2.3