7 lines
86 B
C++
7 lines
86 B
C++
#include "stdafx.h"
|
|
|
|
extern "C" __declspec(dllexport) int fake()
|
|
{
|
|
return 0;
|
|
}
|