7 lines
90 B
C++
7 lines
90 B
C++
#define BUILDING_DLL
|
|
#include "cpplib.h"
|
|
|
|
int DLL_PUBLIC cppfunc(void) {
|
|
return 42;
|
|
}
|