#include "Updater.h" extern "C" { __declspec( dllexport ) UpdaterV *getUpdater() { return new Updater(); } }