VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
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 Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)