8 lines
73 B
C
8 lines
73 B
C
|
|
||
|
#include "foo.h"
|
||
|
|
||
|
#ifdef _WIN32
|
||
|
__declspec(dllexport)
|
||
|
#endif
|
||
|
int bar();
|