cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
sawTrajectoriesExport.h
Go to the documentation of this file.
1 
2 // check if this module is build as a DLL
3 #ifdef sawTrajectories_EXPORTS
4 #define CISST_THIS_LIBRARY_AS_DLL
5 #endif
6 
7 // include common defines
9 
10 // avoid impact on other modules
11 #undef CISST_THIS_LIBRARY_AS_DLL
12 
Macros for the creation of Visual C++ Dlls.