mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-03 11:50:29 +00:00
freetdm: fix win compilation
This commit is contained in:
parent
184f395553
commit
5e3377c7a4
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user