VR-Forces 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 Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)