#pragma once #ifdef TRANSCODER_EXPORTS #define API __declspec(dllexport) #else #define API __declspec(dllimport) #endif extern "C" API int Init();