summaryrefslogtreecommitdiff
path: root/sal/osl/w32/pipe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/w32/pipe.cxx')
-rw-r--r--sal/osl/w32/pipe.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sal/osl/w32/pipe.cxx b/sal/osl/w32/pipe.cxx
index 89463b899d72..7eef4a99d021 100644
--- a/sal/osl/w32/pipe.cxx
+++ b/sal/osl/w32/pipe.cxx
@@ -36,6 +36,8 @@
#define PIPESYSTEM "\\\\.\\pipe\\"
#define PIPEPREFIX "OSL_PIPE_"
+namespace {
+
typedef struct
{
sal_uInt32 m_Size;
@@ -45,6 +47,8 @@ typedef struct
} oslPipeBuffer;
+}
+
struct oslPipeImpl
{
oslInterlockedCount m_Reference;