summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2006-12-01 23:15:25 +0000
committerwtchang%redhat.com <devnull@localhost>2006-12-01 23:15:25 +0000
commitd5dfc7ec3a1a1de2edbe23731d7510c79512a427 (patch)
tree1d31ddfb5e6da26b26486a111cb6a6167576f321
parent6c1ed4d39f6e121268d996ac2e582091b0b7ebf4 (diff)
downloadnspr-hg-d5dfc7ec3a1a1de2edbe23731d7510c79512a427.tar.gz
Bugzilla Bug 353527: put the call to a conditionally defined function in
an ifdef. Contributed by Steve Snyder <swsnyder@insightbb.com>. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
-rw-r--r--pr/src/md/windows/ntio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pr/src/md/windows/ntio.c b/pr/src/md/windows/ntio.c
index c247d210..1d6c26a1 100644
--- a/pr/src/md/windows/ntio.c
+++ b/pr/src/md/windows/ntio.c
@@ -905,7 +905,9 @@ _PR_MD_INIT_IO()
} else
PR_ASSERT(0);
+#ifdef _NEED_351_FILE_LOCKING_HACK
IsFileLocalInit();
+#endif /* _NEED_351_FILE_LOCKING_HACK */
/*
* UDP support: start up the continuation thread