Main Page | Namespace List | Alphabetical List | Class List | File List | Class Members | File Members

osgVRJ.h

Go to the documentation of this file.
00001 
00003 //
00004 //  Insert copyright here.
00005 //
00007 
00009 //
00010 //  Defines what OSG_VRJ_EXPORT means.
00011 //
00013 
00014 #ifndef _OSG_VRJ_DLL_IMPORT_EXPORT_H_
00015 #define _OSG_VRJ_DLL_IMPORT_EXPORT_H_
00016 
00017 
00018 #ifdef _WIN32
00019 # pragma warning ( disable : 4275 ) // Turn off this warning, it doesn't apply.
00020 # pragma warning ( disable : 4251 ) // See note 3ce3a140-2edf-11d4-98a4-0040054c86c7.
00021 # ifdef _COMPILING_OSG_VRJ
00022 #   define OSG_VRJ_EXPORT __declspec ( dllexport ) // We are compiling this library so the classes are exported.
00023 # else
00024 #   define OSG_VRJ_EXPORT __declspec ( dllimport ) // The classes will be imported into the client's code.
00025 # endif
00026 #else // _WIN32
00027 # define OSG_VRJ_EXPORT
00028 #endif
00029 
00030 
00031 #endif // _OSG_VRJ_DLL_IMPORT_EXPORT_H_

Generated on Thu Mar 31 12:10:27 2005 for osgVRJ by  doxygen 1.4.2