test.cpp 生成test.so(linux)、 test.dll(win) #ifdef _WINDOWS #else #define WINAPI extern "C" WINAPI int testFunc() { return 0; } ...
確定! 回上一頁