forked from Mirrors/freeswitch
freetdm: add WIN32_LEAN_AND_MEAN fix
This commit is contained in:
parent
1842798e95
commit
189db0e7ad
0
libs/freetdm/cyginstall.sh
Normal file → Executable file
0
libs/freetdm/cyginstall.sh
Normal file → Executable file
@ -94,7 +94,10 @@
|
|||||||
!strcasecmp(expr, "active") || \
|
!strcasecmp(expr, "active") || \
|
||||||
atoi(expr))) ? 1 : 0
|
atoi(expr))) ? 1 : 0
|
||||||
|
|
||||||
|
#ifdef WIN32_LEAN_AND_MEAN
|
||||||
|
#include <winsock2.h>
|
||||||
|
#include <mmsystem.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#ifndef __WINDOWS__
|
#ifndef __WINDOWS__
|
||||||
|
Loading…
Reference in New Issue
Block a user