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