VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
osgdb_osgearth_model_feature_custom
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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)