[Freeswitch-svn] [commit] r2074 - freeswitch/trunk/src/include

Freeswitch SVN mikej at freeswitch.org
Mon Jul 24 02:48:02 EDT 2006


Author: mikej
Date: Mon Jul 24 02:48:01 2006
New Revision: 2074

Modified:
   freeswitch/trunk/src/include/switch_platform.h

Log:
fix windows issue when building with C++.

Modified: freeswitch/trunk/src/include/switch_platform.h
==============================================================================
--- freeswitch/trunk/src/include/switch_platform.h	(original)
+++ freeswitch/trunk/src/include/switch_platform.h	Mon Jul 24 02:48:01 2006
@@ -95,12 +95,6 @@
 #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



More information about the Freeswitch-svn mailing list