]> Creatis software - crea.git/blobdiff - cmake/LIBRARY_NAME_EXPORT.h.in
*** empty log message ***
[crea.git] / cmake / LIBRARY_NAME_EXPORT.h.in
index 038f1ec8380d3a37eb811a49b6109fe87bdffab9..00c604b431510beff4b9eb05f2ba91a2dab57093 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __@LIBRARY_NAME@DLLImportExport_h_INCLUDED__
-#define __@LIBRARY_NAME@DLLImportExport_h_INCLUDED__
+#ifndef __@LIBRARY_NAME@_EXPORT_h_INCLUDED__
+#define __@LIBRARY_NAME@_EXPORT_h_INCLUDED__
 
 // Automatically generated file which defines 
 // the symbols @LIBRARY_NAME@_EXPORT and @LIBRARY_NAME@_CDECL
@@ -10,7 +10,7 @@
 #if defined(_WIN32) && defined (@LIBRARY_NAME@_BUILD_SHARED)
   #ifdef @LIBRARY_NAME@_EXPORT_SYMBOLS
     #define @LIBRARY_NAME@_EXPORT __declspec( dllexport )
-#else
+  #else
     #define @LIBRARY_NAME@_EXPORT __declspec( dllimport )
   #endif
   #define @LIBRARY_NAME@_CDECL __cdecl