summaryrefslogtreecommitdiff
path: root/dosish.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-01-30 09:23:36 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-01-30 09:23:36 +0000
commit76e3520e1f6b7df33cd381a2cf4f1fce3d69c8a4 (patch)
tree1d4e5f5653fd9def6bd71cc0cb536400223f4d3e /dosish.h
parent6ad3d225cec2692b410002582f5558652eea32c8 (diff)
downloadperl-76e3520e1f6b7df33cd381a2cf4f1fce3d69c8a4.tar.gz
[asperl] added AS patch#2
p4raw-id: //depot/asperl@443
Diffstat (limited to 'dosish.h')
-rw-r--r--dosish.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/dosish.h b/dosish.h
index 184d3dfb45..4fd8bedc42 100644
--- a/dosish.h
+++ b/dosish.h
@@ -127,6 +127,8 @@
* get to use the same RTL functions as the core.
*/
# ifndef HASATTRIBUTE
-# include <win32iop.h>
+# ifndef PERL_OBJECT
+# include <win32iop.h>
+# endif
# endif
#endif /* WIN32 */