source: pacpusframework/branches/2.0-beta1/include/PacpusCityVIP/Video/dbt/DbtPlyVisionConfig.h@ 89

Last change on this file since 89 was 89, checked in by morasjul, 11 years ago

PACPUS 2.0 Beta deployed in new branch

Major changes:
-Add communication interface between components
-Add examples for communications interface (TestComponents)
-Move to Qt5 support

  • Property svn:executable set to *
File size: 477 bytes
Line 
1#ifndef DBTPLYVISIONCONFIG_H
2#define DBTPLYVISIONCONFIG_H
3
4// Export macro for DbtPlyVision DLL for Windows only
5#ifdef WIN32
6# if defined(DBTPLYVISION_EXPORTS) || defined(STEREO_EXPORTS)
7 // make DLL
8# define DBTPLYVISION_API __declspec(dllexport)
9# else
10 // use DLL
11# define DBTPLYVISION_API __declspec(dllimport)
12# endif
13#else
14 // On other platforms, simply ignore this
15# define DBTPLYVISION_API
16#endif
17
18#endif // DBTPLYVISIONCONFIG_H
Note: See TracBrowser for help on using the repository browser.