Go to the documentation of this file.
26#ifndef __OgreThreadHeadersPoco_H__
27#define __OgreThreadHeadersPoco_H__
29#if OGRE_PLATFORM == OGRE_PLATFORM_WIN32
30#define POCO_NO_UNWINDOWS
33#include <Poco/ThreadLocal.h>
34#include <Poco/Mutex.h>
35#include <Poco/Condition.h>
36#include <Poco/Thread.h>
37#include <Poco/Runnable.h>
38#include <Poco/RWLock.h>
39#include <Poco/Environment.h>