|
@@ -68,7 +68,7 @@ int _tmain(int argc, TCHAR* argv[], TCHAR* envp[])
|
|
GLOBAL::GetMacAddress();
|
|
GLOBAL::GetMacAddress();
|
|
GLOBAL::GetLocalAddress();
|
|
GLOBAL::GetLocalAddress();
|
|
GLOBAL::WriteTextLog("SATService goto start, tcp port = %ld", GLOBAL::g_stSATConfig.dwTCPSvrPort);
|
|
GLOBAL::WriteTextLog("SATService goto start, tcp port = %ld", GLOBAL::g_stSATConfig.dwTCPSvrPort);
|
|
-#ifdef RTEST
|
|
|
|
|
|
+#if defined RTEST || defined _DEBUG
|
|
printf("·þÎñ¶ËTCP¶Ë¿ÚºÅ=%ld\n", GLOBAL::g_stSATConfig.dwTCPSvrPort);
|
|
printf("·þÎñ¶ËTCP¶Ë¿ÚºÅ=%ld\n", GLOBAL::g_stSATConfig.dwTCPSvrPort);
|
|
WorkStart();
|
|
WorkStart();
|
|
|
|
|