7 lines
78 B
C
7 lines
78 B
C
#include <windows.h>
|
|
|
|
int __declspec(dllexport)
|
|
main(void) {
|
|
return 0;
|
|
}
|