Last change
on this file since 3 was 1, checked in by DHERBOMEZ Gérald, 9 years ago |
add first tutorials exercises
|
File size:
474 bytes
|
Line | |
---|
1 | #ifndef PLUGINTEMPLATECONFIG_H
|
---|
2 | #define PLUGINTEMPLATECONFIG_H
|
---|
3 |
|
---|
4 | // Export macro for CanGateway DLL for Windows only
|
---|
5 | #ifdef WIN32
|
---|
6 | # ifdef PLUGINTEMPLATE_EXPORTS
|
---|
7 | // make DLL
|
---|
8 | # define PLUGINTEMPLATE_API __declspec(dllexport)
|
---|
9 | # else
|
---|
10 | // use DLL
|
---|
11 | # define PLUGINTEMPLATE_API __declspec(dllimport)
|
---|
12 | # endif
|
---|
13 | #else
|
---|
14 | // On other platforms, simply ignore this
|
---|
15 | # define PLUGINTEMPLATE_API
|
---|
16 | #endif
|
---|
17 |
|
---|
18 | #endif // PLUGINTEMPLATECONFIG_H
|
---|
Note:
See
TracBrowser
for help on using the repository browser.