diff options
-rw-r--r-- | tools/inc/tools/stream.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/inc/tools/stream.hxx b/tools/inc/tools/stream.hxx index a8bde29558d4..82d322aa363d 100644 --- a/tools/inc/tools/stream.hxx +++ b/tools/inc/tools/stream.hxx @@ -641,7 +641,9 @@ private: sal_Bool LockRange( sal_Size nByteOffset, sal_Size nBytes ); sal_Bool UnlockRange( sal_Size nByteOffset, sal_Size nBytes ); sal_Bool LockFile(); - +#ifdef WNT + sal_Bool UnlockFile(); +#endif protected: virtual sal_Size GetData( void* pData, sal_Size nSize ); |