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

#ifdef FIRSTLIB
#   define FIRSTLIB_EXPORT DLL_EXPORT
#else
#   define FIRSTLIB_EXPORT DLL_IMPORT
#endif

FIRSTLIB_EXPORT void firstLib();