Quellcode durchsuchen

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

Jean-Christophe Fillion-Robin vor 14 Jahren
Ursprung
Commit
3eedaf5d07
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  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
+