Kaydet (Commit) 1e1de355 authored tarafından Michael Stahl's avatar Michael Stahl

sfx2: why is this debug stuff WNT-only?

Change-Id: I8768ebc523b03a469f8b9bb49e015ca7d140fc96
üst 65391bde
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
#include <boost/ptr_container/ptr_vector.hpp> #include <boost/ptr_container/ptr_vector.hpp>
#include <functional> #include <functional>
#if defined(DBG_UTIL) && defined(WNT) #if defined(DBG_UTIL)
unsigned SfxStack::nLevel = 0; unsigned SfxStack::nLevel = 0;
#endif #endif
......
...@@ -82,7 +82,7 @@ struct _Capper ...@@ -82,7 +82,7 @@ struct _Capper
#if defined(DBG_UTIL) && defined(WNT) #if defined(DBG_UTIL)
class SfxStack class SfxStack
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment