diff options
Diffstat (limited to 'protocols/Quotes/stdafx.h')
-rw-r--r-- | protocols/Quotes/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Quotes/stdafx.h b/protocols/Quotes/stdafx.h index 64db4e54f9..5e72bc0e0b 100644 --- a/protocols/Quotes/stdafx.h +++ b/protocols/Quotes/stdafx.h @@ -145,6 +145,7 @@ template<typename T> struct safe_string : public detail::safe_string_impl<T,deta safe_string(PTR p) : detail::safe_string_impl<T,detail::OwnerFree<T>>(p){}
};
+extern HINSTANCE g_hInstance;
// #ifdef MIRANDA_VER
// #undef MIRANDA_VER
|