aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/exports-pkgconfig/secondlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/exports-pkgconfig/secondlib.h')
-rw-r--r--tests/auto/blackbox/testdata/exports-pkgconfig/secondlib.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/exports-pkgconfig/secondlib.h b/tests/auto/blackbox/testdata/exports-pkgconfig/secondlib.h
new file mode 100644
index 000000000..78b52f7fe
--- /dev/null
+++ b/tests/auto/blackbox/testdata/exports-pkgconfig/secondlib.h
@@ -0,0 +1,9 @@
+#include "../dllexport.h"
+
+#ifdef SECONDLIB
+# define SECONDLIB_EXPORT DLL_EXPORT
+#else
+# define SECONDLIB_EXPORT DLL_IMPORT
+#endif
+
+SECONDLIB_EXPORT void secondLib();