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 /plugins/FlashAvatars/cflash.cpp | |
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
Diffstat (limited to 'plugins/FlashAvatars/cflash.cpp')
-rw-r--r-- | plugins/FlashAvatars/cflash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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),
|