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:
Michael Jerris 2006-07-24 06:48:01 +00:00
parent 85d442615e
commit e80c5808fb
1 changed files with 0 additions and 6 deletions

View File

@ -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