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

rdMimicDLL.h

00001 // rdMimicDLL.h
00002 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
00003 // Copyright 2002 Realistic Dynamics, Inc.
00004 // All rights reserved.
00005 //
00006 // Please do not read, copy, distribute, or use without permission.
00007 // Contact: fca@RealisticDynamics.com
00008 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
00009 #ifndef __rdMimicDLL_h__
00010 #define __rdMimicDLL_h__
00011 
00012 
00013 // UNIX PLATFORM
00014 #ifdef UNIX
00015 
00016 #define RDMIMIC_API
00017 
00018 // WINDOWS PLATFORM
00019 #else
00020 
00021 #define WIN32_LEAN_AND_MEAN
00022 #include <windows.h>
00023 #ifdef RDMIMIC_EXPORTS
00024 #define RDMIMIC_API __declspec(dllexport)
00025 #else
00026 #define RDMIMIC_API __declspec(dllimport)
00027 #endif
00028 
00029 #endif // PLATFORM
00030 
00031 
00032 #endif // __rdMimicDLL_h__
00033 

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