提交 5713f513 authored 作者: Shane Bryldt's avatar Shane Bryldt

FS-10167: Fixed small ISO C compliancy issue for windows build vs linux build of testwebsock

上级 61cdc9af
#include <ks.h>
#include <tap.h>
#ifdef _WINDOWS_
#undef unlink
#define unlink _unlink
#endif
static char v4[48] = "";
static char v6[48] = "";
......@@ -276,7 +280,7 @@ int main(void)
ok(test_ws(v6, 1));
}
_unlink("./testwebsock.pem");
unlink("./testwebsock.pem");
ks_shutdown();
done_testing();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论