l2-unlegits/l2detect/fakeExport.cpp
2012-02-01 05:25:08 +00:00

7 lines
86 B
C++

#include "stdafx.h"
extern "C" __declspec(dllexport) int fake()
{
return 0;
}