From: Michael Jerris Date: Mon, 24 Jul 2006 06:48:01 +0000 (+0000) Subject: fix windows issue when building with C++. X-Git-Tag: v1.0-beta1~2494 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e80c5808fbe6621915b29c1cfd56d729786e2b7f;p=thirdparty%2Ffreeswitch.git fix windows issue when building with C++. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2074 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/include/switch_platform.h b/src/include/switch_platform.h index aadd8343df..01c2992890 100644 --- a/src/include/switch_platform.h +++ b/src/include/switch_platform.h @@ -95,12 +95,6 @@ typedef unsigned long in_addr_t; #endif #define PACKED #include -#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