1 2 3 4 5 6 7 8 9 10 11
#pragma once typedef void (__stdcall * TestFun)(void); #if __cplusplus extern "C" #endif __declspec(dllexport) void __cdecl Test(void);