提交 5e3377c7 authored 作者: Moises Silva's avatar Moises Silva

freetdm: fix win compilation

上级 184f3955
...@@ -376,7 +376,7 @@ struct ftdm_iterator { ...@@ -376,7 +376,7 @@ struct ftdm_iterator {
unsigned int allocated:1; unsigned int allocated:1;
union { union {
struct { struct {
int32_t index; uint32_t index;
const ftdm_span_t *span; const ftdm_span_t *span;
} chaniter; } chaniter;
ftdm_hash_iterator_t *hashiter; ftdm_hash_iterator_t *hashiter;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论