diff options
Diffstat (limited to 'src/it/it0016-layout/include')
-rw-r--r-- | src/it/it0016-layout/include/HelloWorldLib.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 |