完善目录结构
完善了目录结构,添加了以前的web段com组件调用的代码(在/测试目录下)(部署没有使用到)
This commit is contained in:
13
测试/单独功能测试/0-DLL测试(实际没有部署)/dll-goal无数据库/HWCV.cpp
Normal file
13
测试/单独功能测试/0-DLL测试(实际没有部署)/dll-goal无数据库/HWCV.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
// HWCV.cpp : Defines the entry point for the DLL application.
|
||||
//
|
||||
|
||||
#include "stdafx.h"
|
||||
|
||||
BOOL APIENTRY DllMain( HANDLE hModule,
|
||||
DWORD ul_reason_for_call,
|
||||
LPVOID lpReserved
|
||||
)
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user