diff options
Diffstat (limited to 'src/plugger.cpp')
-rw-r--r-- | src/plugger.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugger.cpp b/src/plugger.cpp index e424f9c..9d1ac3c 100644 --- a/src/plugger.cpp +++ b/src/plugger.cpp | |||
@@ -7,9 +7,5 @@ | |||
7 | 7 | ||
8 | #include "bu/plugger.h" | 8 | #include "bu/plugger.h" |
9 | 9 | ||
10 | #ifndef WIN32 | ||
11 | |||
12 | namespace Bu { subExceptionDef( PluginException ) } | 10 | namespace Bu { subExceptionDef( PluginException ) } |
13 | 11 | ||
14 | #endif | ||
15 | |||