|
@@ -22,9 +22,6 @@ extern int test();
|
|
// 工作启动回调函数;
|
|
// 工作启动回调函数;
|
|
void CALLBACK WorkStart()
|
|
void CALLBACK WorkStart()
|
|
{
|
|
{
|
|
-#if !defined _DEBUG && !defined RTEST
|
|
|
|
- Sleep(30000); // 延时启动:未找到服务类型:自动(延迟)类型
|
|
|
|
-#endif
|
|
|
|
GLOBAL::GetIniInfo();
|
|
GLOBAL::GetIniInfo();
|
|
GLOBAL::GetMacAddress();
|
|
GLOBAL::GetMacAddress();
|
|
GLOBAL::GetLocalAddress();
|
|
GLOBAL::GetLocalAddress();
|