what is the token between class and class-name

Example:
class _OgreExport DataStream : public StreamAlloc

Trying to find out what '_OgreExport' is/does in this case.
It must be a macro for when ogre is used as a DLL, set to declspec(dllexport) or __declspec(dllimport) depending if the header file is used in the ogre DLL or in your program that uses ogre
Topic archived. No new replies allowed.