Signed-Off-By: commit-hook
@@ -1067,7 +1067,8 @@ std::string AlarmFSM::alarmJson()
return jsonStr;
}
-
+#ifdef RVC_OS_WIN
+#else
int AlarmFSM::HexBuf2StrBuf(PBYTE hexBuf, char** strBuf, DWORD len)
{
char* tmpStr = *strBuf;
@@ -1080,5 +1081,5 @@ int AlarmFSM::HexBuf2StrBuf(PBYTE hexBuf, char** strBuf, DWORD len)
return 0;
+#endif