Synchronise HEAD with CABAL branch.
[oweals/tinc.git] / lib / pidfile.h
index 19d19c16c19d2b501d836311a088287fab3617d1..d428d48c6c258891fd58eb9b0a988ff8fc7587f5 100644 (file)
@@ -19,6 +19,7 @@
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
 */
 
+#ifndef HAVE_MINGW
 /* read_pid
  *
  * Reads the specified pidfile and returns the read pid.
@@ -48,3 +49,4 @@ int write_pid (char *pidfile);
  * is returned
  */
 int remove_pid (char *pidfile);
+#endif