ERR: Fix Windows build

This commit is contained in:
Andy Cedilnik 2004-09-29 13:21:21 -04:00
parent 3fc7dc5e70
commit 70c973ba10
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@
#include <sys/types.h>
#if defined( _MSC_VER )
typedef unsigned short mode_t;
#endif
/* Define these macros temporarily to keep the code readable. */
#if !defined (KWSYS_NAMESPACE) && !@KWSYS_NAMESPACE@_NAME_IS_KWSYS
# define kwsys_stl @KWSYS_NAMESPACE@_stl