00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef __rdActuatorsDLL_h__
00010 #define __rdActuatorsDLL_h__
00011
00012
00013 #ifdef UNIX
00014
00015 #define RDACTUATORS_API
00016
00017
00018 #else
00019
00020 #define WIN32_LEAN_AND_MEAN
00021 #include <windows.h>
00022 #ifdef RDACTUATORS_EXPORTS
00023 #define RDACTUATORS_API __declspec(dllexport)
00024 #else
00025 #define RDACTUATORS_API __declspec(dllimport)
00026 #endif
00027
00028 #endif // PLATFORM
00029
00030
00031 #endif // __rdActuatorsDLL_h__