pxar
 All Classes Namespaces Functions Variables Typedefs Friends
pxardllexport.h
1 #ifndef PXARDLLEXPORT
2 #define PXARDLLEXPORT
3 
5 #if ((defined WIN32) && (!defined __CINT__))
6 #define DLLEXPORT __declspec( dllexport )
7 #else
8 #define DLLEXPORT
9 #endif
10 
11 #endif