<h1>Project "FreeSWITCH Source" received a push.</h1>
<h2>branch: master updated</h2>
<pre>
via: 189db0e7ad0f4ef29ffa703114ff1d94a20d0b8f (commit)
from: 1842798e95eeeed61604455ebcd5001bdf35eeb1 (commit)
</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Moises Silva
comments:
freetdm: add WIN32_LEAN_AND_MEAN fix
<span style="color: #000080; font-weight: bold">diff --git a/libs/freetdm/cyginstall.sh b/libs/freetdm/cyginstall.sh</span>
old mode 100644
new mode 100755
<span style="color: #000080; font-weight: bold">diff --git a/libs/freetdm/src/include/private/ftdm_core.h b/libs/freetdm/src/include/private/ftdm_core.h</span>
<span style="color: #000080; font-weight: bold">index 7cf0934..ba16c7c 100644</span>
<span style="color: #A00000">--- a/libs/freetdm/src/include/private/ftdm_core.h</span>
<span style="color: #00A000">+++ b/libs/freetdm/src/include/private/ftdm_core.h</span>
<span style="color: #800080; font-weight: bold">@@ -94,7 +94,10 @@</span>
                         !strcasecmp(expr, "active") ||        \
                         atoi(expr))) ? 1 : 0
<span style="color: #A00000">-</span>
<span style="color: #00A000">+#ifdef WIN32_LEAN_AND_MEAN</span>
<span style="color: #00A000">+#include <winsock2.h></span>
<span style="color: #00A000">+#include <mmsystem.h></span>
<span style="color: #00A000">+#endif</span>
#include <time.h>
#ifndef __WINDOWS__
</pre></div>
========================================================================<pre>
Summary of changes:
libs/freetdm/src/include/private/ftdm_core.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
mode change 100644 => 100755 libs/freetdm/cyginstall.sh
</pre>
<p>this email was generated because of /git/your-repo.git/hooks/post-receive by the file /git-core/contrib/hooks/post-receive-email<br />
For more info, see <a href="http://blog.chomperstomp.com/?p=630">http://blog.chomperstomp.com/?p=630</a>
-- <br />
FreeSWITCH Source</p>