]> Creatis software - cpPlugins.git/blobdiff - lib/third_party/Pluma/Config.hpp
Some indentation
[cpPlugins.git] / lib / third_party / Pluma / Config.hpp
index 23c1635fb80fe9087f93ed0d7bc3d5f579ee29ec..2fa7df5a21627b5ad983ffc12e1f75cba07f9924 100644 (file)
 \r
 /* ===================================================================\r
  * florez-l@javeriana.edu.co: use dll macro defined from cmake instead\r
- * =================================================================== \r
-#if defined(PLUMA_SYS_WINDOWS)\r
+ * ===================================================================\r
+ #if defined(PLUMA_SYS_WINDOWS)\r
 \r
   #ifndef PLUMA_STATIC\r
+ #ifndef PLUMA_STATIC\r
 \r
       // Windows platforms\r
       #ifdef PLUMA_EXPORTS\r
+ // Windows platforms\r
+ #ifdef PLUMA_EXPORTS\r
 \r
           // From DLL side, we must export\r
           #define PLUMA_API __declspec(dllexport)\r
+ // From DLL side, we must export\r
+ #define PLUMA_API __declspec(dllexport)\r
 \r
       #else\r
+ #else\r
 \r
           // From client application side, we must import\r
           #define PLUMA_API __declspec(dllimport)\r
+ // From client application side, we must import\r
+ #define PLUMA_API __declspec(dllimport)\r
 \r
       #endif\r
+ #endif\r
 \r
       // For Visual C++ compilers, we also need to turn off this annoying C4251 warning.\r
       // You can read lots ot different things about it, but the point is the code will\r
       // just work fine, and so the simplest way to get rid of this warning is to disable it\r
       #ifdef _MSC_VER\r
+ // For Visual C++ compilers, we also need to turn off this annoying C4251 warning.\r
+ // You can read lots ot different things about it, but the point is the code will\r
+ // just work fine, and so the simplest way to get rid of this warning is to disable it\r
+ #ifdef _MSC_VER\r
 \r
           #pragma warning(disable : 4251)\r
+ #pragma warning(disable : 4251)\r
 \r
       #endif\r
+ #endif\r
 \r
   #else\r
+ #else\r
 \r
       // No specific directive needed for static build\r
       #define PLUMA_API\r
+ // No specific directive needed for static build\r
+ #define PLUMA_API\r
 \r
   #endif\r
+ #endif\r
 \r
-#else\r
+ #else\r
 \r
   // Other platforms don't need to define anything\r
   #define PLUMA_API\r
+ // Other platforms don't need to define anything\r
+ #define PLUMA_API\r
 \r
-#endif\r
+ #endif\r
 */\r
 \r
 #endif // PLUMA_CONFIG_HPP\r