VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CustomModelPrereqs.h
Go to the documentation of this file.
1 #ifndef CUSTOMMODELPREREQS_H
2 #define CUSTOMMODELPREREQS_H
3 
4 #if defined(_MSC_VER) || defined(__CYGWIN__) || defined(__MINGW32__) || defined( __BCPLUSPLUS__) || defined( __MWERKS__)
5 
6  #if defined(OSGDB_OSGEARTH_MODEL_FEATURE_CUSTOM_EXPORTS)
7  #define OSGDB_OSGEARTH_MODEL_FEATURE_CUSTOM_EXPORT __declspec(dllexport)
8  #else
9  #define OSGDB_OSGEARTH_MODEL_FEATURE_CUSTOM_EXPORT __declspec(dllimport)
10  #endif
11 
12 #else
13  #define OSGDB_OSGEARTH_MODEL_FEATURE_CUSTOM_EXPORT
14 #endif
15 
16 #endif

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)