fix windows issue when building with C++.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2074 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
85d442615e
commit
e80c5808fb
|
@ -95,12 +95,6 @@ typedef unsigned long in_addr_t;
|
|||
#endif
|
||||
#define PACKED
|
||||
#include <io.h>
|
||||
#ifndef WIN32IOP_H //macro collision with perl
|
||||
#define write _write
|
||||
#define open _open
|
||||
#define close _close
|
||||
#define read _read
|
||||
#endif
|
||||
#else
|
||||
/* packed attribute */
|
||||
#ifndef PACKED
|
||||
|
|
Loading…
Reference in New Issue