|
@@ -188,7 +188,7 @@ namespace GLOBAL
|
|
if (szPath != NULL && szIniName != NULL)
|
|
if (szPath != NULL && szIniName != NULL)
|
|
StringCchPrintf(szIniPath, MAX_PATH, _T("%s%s"), szPath, szIniName);
|
|
StringCchPrintf(szIniPath, MAX_PATH, _T("%s%s"), szPath, szIniName);
|
|
else
|
|
else
|
|
-#if defined _DEBUG || defined RTEST || defined _DBG_TEST_SERVER_
|
|
|
|
|
|
+#if defined _DEBUG || defined RTEST || defined DBG_SERVER
|
|
StringCchPrintf(szIniPath, MAX_PATH, _T("%sSATService_Test.ini"), g_szCurModuleDir);
|
|
StringCchPrintf(szIniPath, MAX_PATH, _T("%sSATService_Test.ini"), g_szCurModuleDir);
|
|
#else
|
|
#else
|
|
StringCchPrintf(szIniPath, MAX_PATH, _T("%sSATService.ini"), g_szCurModuleDir);
|
|
StringCchPrintf(szIniPath, MAX_PATH, _T("%sSATService.ini"), g_szCurModuleDir);
|