diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-23 14:50:10 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-23 14:50:10 +0000 |
commit | 8aa329bf32396338816a8136b673ca83c4030dc5 (patch) | |
tree | b38b09b46a4aa932b16df0cfa361d6f3d9ef7d79 | |
parent | c3410f4545c066e6131b515496b93dbefa21263b (diff) |
no more need to install that damned ocx
git-svn-id: http://svn.miranda-ng.org/main/trunk@152 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/FlashAvatars/FlashAvatars_10.vcxproj | 2 | ||||
-rw-r--r-- | plugins/FlashAvatars/cflash.cpp | 2 | ||||
-rw-r--r-- | plugins/FlashAvatars/flash.tlb | bin | 0 -> 14160 bytes |
3 files changed, 1 insertions, 3 deletions
diff --git a/plugins/FlashAvatars/FlashAvatars_10.vcxproj b/plugins/FlashAvatars/FlashAvatars_10.vcxproj index 71a59d8902..f3263be23d 100644 --- a/plugins/FlashAvatars/FlashAvatars_10.vcxproj +++ b/plugins/FlashAvatars/FlashAvatars_10.vcxproj @@ -63,7 +63,6 @@ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
- <BrowseInformation>true</BrowseInformation>
<WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
@@ -107,7 +106,6 @@ <StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
- <BrowseInformation>true</BrowseInformation>
<WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
diff --git a/plugins/FlashAvatars/cflash.cpp b/plugins/FlashAvatars/cflash.cpp index 270efa49f2..5ab6e1379a 100644 --- a/plugins/FlashAvatars/cflash.cpp +++ b/plugins/FlashAvatars/cflash.cpp @@ -31,7 +31,7 @@ #include "CriticalSection.h"
#include "TigerHash.h"
-#import "PROGID:ShockwaveFlash.ShockwaveFlash" no_namespace exclude("IServiceProvider")
+#import "Flash.tlb" no_namespace exclude("IServiceProvider")
PLUGININFOEX pluginInfo = {
sizeof(PLUGININFOEX),
diff --git a/plugins/FlashAvatars/flash.tlb b/plugins/FlashAvatars/flash.tlb Binary files differnew file mode 100644 index 0000000000..489608c08b --- /dev/null +++ b/plugins/FlashAvatars/flash.tlb |