Drake Designer
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
ddAppConfigure.h
Go to the documentation of this file.
1 #ifndef __ddAppConfigure_h
2 #define __ddAppConfigure_h
3 
4 #if defined(WIN32)
5 # if defined(ddApp_EXPORTS)
6 # define DD_APP_EXPORT __declspec( dllexport )
7 # else
8 # define DD_APP_EXPORT __declspec( dllimport )
9 # endif
10 #else
11 # define DD_APP_EXPORT
12 #endif
13 
14 #endif