[project @ 2005-07-26 09:37:27 by ross]
[ghc-base.git] / include / lockFile.h
index bcaa7fd..1140787 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * (c) The University of Glasgow 2001
  *
- * $Id: lockFile.h,v 1.2 2005/01/02 00:00:00 krasimir Exp $
+ * $Id: lockFile.h,v 1.3 2005/01/28 13:36:34 simonmar Exp $
  *
  * lockFile header
  */
 
-#ifndef mingw32_TARGET_OS
+#ifndef mingw32_HOST_OS
 
 int lockFile(int fd, int for_writing, int exclusive);
 int unlockFile(int fd);