8 lines
70 B
8 lines
70 B
17 years ago
|
#ifdef _WIN32
|
||
|
__declspec(dllexport)
|
||
|
#endif
|
||
|
|
||
|
extern void foo()
|
||
|
{
|
||
|
}
|