diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-03 06:26:19 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-03 06:26:19 +0000 |
commit | 6ad2fdede0ae25dc0d56b5e45f6b9aa876e93b68 (patch) | |
tree | 338cd3a33a281b5f8372908f9b2ffb280dd611f2 /MySpace/MySpace.cpp | |
parent | 3211838af8942e88c53fb775ccd1a2524049592e (diff) |
don't strip links in <a> tags
get avatars! woohoo :)
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@248 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'MySpace/MySpace.cpp')
-rw-r--r-- | MySpace/MySpace.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MySpace/MySpace.cpp b/MySpace/MySpace.cpp index 87eb600..741ae3f 100644 --- a/MySpace/MySpace.cpp +++ b/MySpace/MySpace.cpp @@ -18,6 +18,8 @@ int code_page; char MODULE[256];
+MM_INTERFACE mmi;
+
PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
__PLUGIN_NAME,
@@ -111,6 +113,7 @@ extern "C" __declspec (dllexport) int Load(PLUGINLINK *link) { code_page = (int)CallService(MS_LANGPACK_GETCODEPAGE, 0, 0);
+ mir_getMMI(&mmi);
// Get module name from DLL file name
{
char* str1;
|