cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
prmExport.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /* ex: set filetype=cpp softtabstop=4 shiftwidth=4 tabstop=4 cindent expandtab: */
3 
20 // check if this module is build as a DLL
21 #ifdef cisstParameterTypes_EXPORTS
22 #define CISST_THIS_LIBRARY_AS_DLL
23 #endif
24 
25 // include common defines
27 
28 // avoid impact on other modules
29 #undef CISST_THIS_LIBRARY_AS_DLL
30 
Macros for the creation of Visual C++ Dlls.