From fa53fc845d88634e1fa9438b7844c4c3a9b7a93b 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 4b9338bebd3..1669ad36ea4 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)