Go to the documentation of this file.
29 #ifndef __Ogre_Property_Prereq_H__
30 #define __Ogre_Property_Prereq_H__
41 #if OGRE_PLATFORM == OGRE_PLATFORM_WIN32
42 # if defined( OGRE_STATIC_LIB )
43 # define _OgrePropertyExport
45 # if defined( OGRE_PROPERTY_EXPORTS )
46 # define _OgrePropertyExport __declspec( dllexport )
48 # if defined( __MINGW32__ )
49 # define _OgrePropertyExport
51 # define _OgrePropertyExport __declspec( dllimport )
55 #elif defined ( OGRE_GCC_VISIBILITY )
56 # define _OgrePropertyExport __attribute__ ((visibility("default")))
58 # define _OgrePropertyExport
Copyright © 2012 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Wed Oct 16 2013 14:35:43