浏览代码

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());