[project @ 2005-01-01 23:59:58 by krasimir]
[ghc-base.git] / include / lockFile.h
index 508640f..bcaa7fd 100644 (file)
@@ -1,10 +1,14 @@
-/* 
+/*
  * (c) The University of Glasgow 2001
  *
- * $Id: lockFile.h,v 1.1 2001/06/28 14:15:04 simonmar Exp $
+ * $Id: lockFile.h,v 1.2 2005/01/02 00:00:00 krasimir Exp $
  *
  * lockFile header
  */
 
+#ifndef mingw32_TARGET_OS
+
 int lockFile(int fd, int for_writing, int exclusive);
 int unlockFile(int fd);
+
+#endif