소스 검색

Compile fix for unterminated conditional directive

Joseph Henry 5 년 전
부모
커밋
b8e70d866a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      service/OneService.cpp

+ 1 - 1
service/OneService.cpp

@@ -722,7 +722,7 @@ public:
 					}
 				}
 			}
-
+#endif
 			// Delete legacy iddb.d if present (cleanup)
 			OSUtils::rmDashRf((_homePath + ZT_PATH_SEPARATOR_S "iddb.d").c_str());