这个需要加吗,我编译的时候没有问题的...
我在phpbbs.user.c和src/talk.c中这么修改的:
#ifdef FOO
void foo();
#endif
...
...
#ifdef FOO
foo();
#endif
然后在site/aaa.c中:
#ifdef FOO
void foo()
{
...
}
#endif
site/aaa.h:
#define FOO
【 在 foxban (未毕业的码农) 的大作中提到: 】
: func.h?
--
修改:luckwithme FROM 222.171.7.*
FROM 222.171.7.*