win32 tweaks

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1150 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2006-04-14 05:53:59 +00:00
parent a2732737b5
commit 1ae960eb3f
2 changed files with 2 additions and 1 deletions

View File

@ -123,7 +123,7 @@ struct private_object {
uint8_t codec_num;
switch_time_t last_cand;
char *stun_ip;
uint32_t stun_port;
uint16_t stun_port;
};
struct rfc2833_digit {

View File

@ -178,6 +178,7 @@ End If
If BuildModDingaling Then
BuildLibs_iksemel BuildDebug, BuildRelease
BuildLibs_libdingaling BuildDebug, BuildRelease
End If
If BuildModIaxChan Then