source: pacpussensors/trunk/StdDbtPlayerComponents/StdDbtPlayerComponentsConfig.h@ 16

Last change on this file since 16 was 16, checked in by DHERBOMEZ Gérald, 11 years ago

add standards replay components for some sensors that has to be used with DBITEPlayer application: StdDbtPlayerComponents

File size: 493 bytes
Line 
1#ifndef __STDDBTPLAYERCOMPONENTS_H__
2#define __STDDBTPLAYERCOMPONENTS_H__
3
4// Export macro for CanGateway DLL for Windows only
5#ifdef WIN32
6# ifdef STDDBTPLAYERCOMPONENTS_EXPORTS
7 // make DLL
8# define STDDBTPLAYERCOMPONENTS_API __declspec(dllexport)
9# else
10 // use DLL
11# define STDDBTPLAYERCOMPONENTS_API __declspec(dllimport)
12# endif
13#else
14 // On other platforms, simply ignore this
15# define STDDBTPLAYERCOMPONENTS_API
16#endif
17
18#endif
Note: See TracBrowser for help on using the repository browser.