7 lines
60 B
C++
Raw Normal View History

2023-07-02 19:51:09 +02:00
#ifdef _WIN32
__declspec(dllexport)
#endif
void foo()
{
}