我都没改动过bbs.h的啊。。。不过我是用g++编译的,难道不兼容?
bbs.h的94~115..
#ifndef DEBUG_MEMORY
#ifndef FREEBSD
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#endif /* HAVE_MALLOC_H */
#endif /*FREEBSD*/
#else /* DEBUG_MEMOTY */
#include "mpatrol.h"
#endif /* DEBUG_MEMORY */
#ifndef HAVE_BOOL
typedef enum { false = 0, true = 1 } bool;
#else /* HAVE_BOOL */
#ifndef true
#define true 1
#endif /* true */
#ifndef false
#define false 0
#endif /* false */
【 在 JulyClyde (七月) 的大作中提到: 】
: 再上几行呢?
--
FROM 219.133.176.*