From 1c373c0edd29e95ab20d9ced680d29c2877f4c66 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 9 Feb 2010 17:04:06 -0600 Subject: [PATCH] Fix linux bustage. --- ipc/glue/RPCChannel.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ipc/glue/RPCChannel.cpp b/ipc/glue/RPCChannel.cpp index 4b9338bebd34..1669ad36ea47 100644 --- a/ipc/glue/RPCChannel.cpp +++ b/ipc/glue/RPCChannel.cpp @@ -109,8 +109,10 @@ RPCChannel::~RPCChannel() // FIXME/cjones: impl } +#ifdef OS_WIN // static int RPCChannel::sInnerEventLoopDepth = 0; +#endif bool RPCChannel::Call(Message* msg, Message* reply)