[NeoStats-Devel] [Commits] r2696 - trunk/include

[email protected] Tue, 9 Aug 2005 23:37:43 +1000
Newsgroups gmane.comp.neostats.devel
Message-ID <[email protected]>
Author: Fish
Date: Tue Aug  9 21:37:36 2005
New Revision: 2696

Modified:
   trunk/include/perlmod.h
Log:
fix this error

Modified: trunk/include/perlmod.h
==============================================================================
--- trunk/include/perlmod.h	(original)
+++ trunk/include/perlmod.h	Tue Aug  9 21:37:36 2005
@@ -25,7 +25,10 @@
 #define _PERLMOD_H_
 
 #ifdef PERLDEFINES
+#ifdef WIN32
+/* I have no idea why... */
 #define _POSIX_
+#endif
 #include <EXTERN.h>
 #define WIN32IOP_H
 #include <perl.h>