Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Related Pages  

rdmToolsDLL.h

00001 // rdmToolsDLL.h
00002 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
00003 // Copyright 2003 Realistic Dynamics, Inc.
00004 // All rights reserved.
00005 //
00006 // Please do not read, copy, distribute, or use without permission.
00007 // Contact: Frank C. Anderson, fca@RealisticDynamics.com
00008 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
00009 #ifndef __rdmToolsDLL_h__
00010 #define __rdmToolsDLL_h__
00011 
00012 
00013 
00014 // IMPORT AND EXPORT
00015 // UNIX
00016 #ifdef UNIX
00017 
00018    #define RDMTOOLS_API
00019 
00020 
00021 // WINDOWS
00022 #else
00023 
00024    #define WIN32_LEAN_AND_MEAN
00025    #include <windows.h>
00026    #ifdef RDMTOOLS_EXPORTS
00027       #define RDMTOOLS_API __declspec(dllexport)
00028    #else
00029       #define RDMTOOLS_API __declspec(dllimport)
00030    #endif
00031 
00032 #endif
00033 
00034 
00035 
00036 #endif // __rdmToolsDLL_h__

Generated on Wed Aug 20 02:17:06 2003 for Simulation Software by doxygen1.3