Just handle it in the same way as MSVC.
Closes #15361.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74609
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// constants
// ----------------------------------------------------------------------------
// constants
// ----------------------------------------------------------------------------
-#if defined(__VISUALC__) || defined(__DIGITALMARS__)
+#if defined(__VISUALC__) || defined(__INTELC__) || defined(__DIGITALMARS__)
typedef int mode_t;
#endif
typedef int mode_t;
#endif