Initial MSVC 2008 projects workspace
This commit is contained in:
6
l2detect/fakeExport.cpp
Normal file
6
l2detect/fakeExport.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "stdafx.h"
|
||||
|
||||
extern "C" __declspec(dllexport) int fake()
|
||||
{
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user