433da1fc04
They pass fine.
6 lines
77 B
C
6 lines
77 B
C
#ifdef _WIN32
|
|
__declspec(dllexport)
|
|
#endif
|
|
int my_function() {
|
|
return 1;
|
|
}
|