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