Go to the documentation of this file.
28 #ifndef __Ogre_Volume_Prereq_H__
29 #define __Ogre_Volume_Prereq_H__
33 #if OGRE_PLATFORM == OGRE_PLATFORM_WIN32
34 # if defined( OGRE_STATIC_LIB )
35 # define _OgreVolumeExport
37 # if defined( OGRE_VOLUME_EXPORTS )
38 # define _OgreVolumeExport __declspec( dllexport )
40 # if defined( __MINGW32__ )
41 # define _OgreVolumeExport
43 # define _OgreVolumeExport __declspec( dllimport )
47 #elif defined ( OGRE_GCC_VISIBILITY )
48 # define _OgreVolumeExport __attribute__ ((visibility("default")))
50 # define _OgreVolumeExport
Copyright © 2012 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Thu Aug 13 2015 23:21:37