mod_perl build on windows.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@755 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2006-03-06 00:02:45 +00:00
parent 95bbc9e70a
commit ce0bd79277
6 changed files with 264 additions and 8 deletions
+2
View File
@@ -78,10 +78,12 @@ 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