Parcourir la source

调整编译宏

scbc.sat2 il y a 5 ans
Parent
commit
32ad2d8b54
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      SATService/SATService/SATService.cpp

+ 1 - 1
SATService/SATService/SATService.cpp

@@ -68,7 +68,7 @@ int _tmain(int argc, TCHAR* argv[], TCHAR* envp[])
 		GLOBAL::GetMacAddress();
 		GLOBAL::GetLocalAddress();
 		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);
 		WorkStart();