Apocalypse mirror
Sourceforge mirror |
News | Info | Characters | Arenas | Screenshots | Forums | Download | ||||
Developer: | Making of | Character-HOWTO | AI Design | Submit a Character | |||
Documentation: | Main Page | Modules | Class Hierarchy | Class List | File List |
00001 /*************************************************************************** 00002 MszPerl.h - description 00003 ------------------- 00004 begin : Mon Jan 5 2004 00005 copyright : (C) 2004 by upi 00006 email : upi@feel 00007 ***************************************************************************/ 00008 00018 #ifndef __MSZPERL_H 00019 #define __MSZPERL_H 00020 00021 #include <EXTERN.h> 00022 #include <perl.h> 00023 00024 #ifdef _WINDOWS 00025 #undef bool 00026 #undef chdir 00027 #undef close 00028 #undef eof 00029 #define vsnprintf _vsnprintf 00030 #endif 00031 00032 #endif // __MSZPERL_H