このページを編集する際は、編集に関する方針に従ってください。
#ifndef __BEOS__ #ifndef __cplusplus #ifndef false #define false ((bool) 0)
#endif #endif /* not C++ */ #endif /* __BEOS__ */
/* BeOS defines bool already, but the compiler chokes on the * #ifndef unless we wrap it in this check. */
更新日 | 更新者 | 更新内容 |