]> git.meshlink.io Git - meshlink/blobdiff - have.h
Have tincctl act as a shell when no command is given.
[meshlink] / have.h
diff --git a/have.h b/have.h
index d47f204cdc1bb45f0dbbd6fc28550d701080e6c2..7544bf9cf8847de8e73ab78c04b450fd29d27379 100644 (file)
--- a/have.h
+++ b/have.h
 #include <event.h>
 #endif
 
+#ifdef HAVE_MINGW
+#define SLASH "\\"
+#else
+#define SLASH "/"
+#endif
+
 #endif /* __TINC_SYSTEM_H__ */