07/10/05 16:04:12 Uq/DpO12.net
>>167
/** Indicate general support for multithreading.
This will enable threading support in certain parts of the
engine, mainly resource loading and SharedPtr handling.
The places where threading is available are clearly
marked, you should assume state is NOT thread safe unless otherwise
stated in relation to this flag.
*/
#ifndef OGRE_THREAD_SUPPORT
#define OGRE_THREAD_SUPPORT 0
#endif
一応、対応?