freetdm: Added support for hardware (native) R2 MF generation

This commit is contained in:
Moises Silva
2011-02-24 18:41:07 -05:00
parent c22816c39c
commit 269906c891
11 changed files with 298 additions and 13 deletions

View File

@@ -22,8 +22,10 @@
*/
#ifdef WIN32
/* required for TryEnterCriticalSection definition. Must be defined before windows.h include */
#define _WIN32_WINNT 0x0400
# if (_WIN32_WINNT < 0x0400)
# error "Need to target at least Windows 95/WINNT 4.0 because TryEnterCriticalSection is needed"
# endif
# include <windows.h>
#endif
#include "private/ftdm_core.h"