mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
zap_wanpipe.c now builds clean on windows, you need to have AFT_beta_6_0_2_5 in a paralell directory to the main openzap directory. File available from: ftp://ftp.sangoma.com/WINDOWS/AFT/AFT_beta_6_0_2_5.zip
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@21 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
#ifdef _MSC_VER
|
||||
/* disable warning for zero length array in a struct */
|
||||
/* this will cause errors on c99 and ansi compliant compilers and will need to be fixed in the wanpipe header files */
|
||||
#pragma warning(disable:4200)
|
||||
#pragma warning(disable:4200 4201 4214)
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#include <winioctl.h>
|
||||
|
Reference in New Issue
Block a user