Explorar el Código

Add ifndef/define preprocessor statements to ctkConfig.h.in

Jean-Christophe Fillion-Robin hace 14 años
padre
commit
3eedaf5d07
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      ctkConfig.h.in

+ 6 - 0
ctkConfig.h.in

@@ -1 +1,7 @@
+#ifndef __ctkConfig_h
+#define __ctkConfig_h
+
 #define CTK_PLUGIN_DIR "@CTK_BINARY_DIR@/bin/plugins/"
+
+#endif
+