#include "../dllexport.h" #include DLL_EXPORT void plugin4_hello() { std::puts("plugin4 says hello!"); }