Sfoglia il codice sorgente

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

Jean-Christophe Fillion-Robin 14 anni fa
parent
commit
3eedaf5d07
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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
+