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