Explorar o código

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

Jean-Christophe Fillion-Robin %!s(int64=14) %!d(string=hai) anos
pai
achega
3eedaf5d07
Modificáronse 1 ficheiros con 6 adicións e 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
+