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

rdDynamicFilterDLL.h

00001 // rdDynamicFilterDLL.h
00002 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
00003 // Copyright 2000 Realistic Dynamics, Inc.
00004 // All rights reserved.
00005 //
00006 // CONFIDENTIAL
00007 //
00008 // The material contain within this file is the sole property of
00009 // Realistic Dynamics, Inc., and may not be read, copied, or distributed
00010 // without the expressed writen consent of Realistic Dynamics, Inc.
00011 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
00012 #ifndef __rdDynamicFilterDLL_h__
00013 #define __rdDynamicFilterDLL_h__
00014 
00015 
00016 // UNIX PLATFORM
00017 #ifdef UNIX
00018 
00019 #define RDDYNAMICFILTER_API
00020 
00021 // WINDOWS PLATFORM
00022 #else
00023 
00024 #define WIN32_LEAN_AND_MEAN
00025 #include <windows.h>
00026 #ifdef RDDYNAMICFILTER_EXPORTS
00027 #define RDDYNAMICFILTER_API __declspec(dllexport)
00028 #else
00029 #define RDDYNAMICFILTER_API __declspec(dllimport)
00030 #endif
00031 
00032 #endif // PLATFORM
00033 
00034 
00035 #endif // __rdDynamicFilterDLL_h__

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