aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/exports-pkgconfig/secondlib.h
blob: 78b52f7fe66174286de9e6455082b59701b0ec07 (plain)
1
2
3
4
5
6
7
8
9
#include "../dllexport.h"

#ifdef SECONDLIB
#   define SECONDLIB_EXPORT DLL_EXPORT
#else
#   define SECONDLIB_EXPORT DLL_IMPORT
#endif

SECONDLIB_EXPORT void secondLib();