summaryrefslogtreecommitdiff
path: root/include/tools/stream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/stream.hxx')
-rw-r--r--include/tools/stream.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tools/stream.hxx b/include/tools/stream.hxx
index 4b7765dc09d0..b47d150aca29 100644
--- a/include/tools/stream.hxx
+++ b/include/tools/stream.hxx
@@ -574,7 +574,9 @@ class TOOLS_DLLPUBLIC SvFileStream : public SvStream
private:
StreamData* pInstanceData;
OUString aFilename;
+#if defined(_WIN32)
sal_uInt16 nLockCounter;
+#endif
bool bIsOpen;
SvFileStream (const SvFileStream&) = delete;