--- modules/cluster/mod_heartmonitor.c	(revision )
+++ modules/cluster/mod_heartmonitor.c	(working copy)
@@ -362,6 +362,7 @@
       return rv;
     }
   
+#ifndef WIN32
     rv = apr_file_perms_set(path,
                             APR_FPROT_UREAD | APR_FPROT_GREAD |
                             APR_FPROT_WREAD);
@@ -371,6 +372,7 @@
                      path);
         return rv;
     }
+#endif
 
     rv = apr_file_rename(path, ctx->storage_path, pool);
 
@@ -441,6 +443,7 @@
       return rv;
     }
   
+#ifndef WIN32
     rv = apr_file_perms_set(path,
                             APR_FPROT_UREAD | APR_FPROT_GREAD |
                             APR_FPROT_WREAD);
@@ -450,6 +453,7 @@
                      path);
         return rv;
     }
+#endif
 
     rv = apr_file_rename(path, ctx->storage_path, p);
 
