File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
13
13
[
14
14
uuid(DA95AEFB-3FB5-4A9E-9F9D-A53DD05CA7D4),
15
- version(13 .0),
15
+ version(14 .0),
16
16
helpstring("CodeSnip DOM External Object Extender Type Library"),
17
17
custom(DE77BA64-517C-11D1-A2DA-0000F8773CE9, 117441012),
18
18
custom(DE77BA63-517C-11D1-A2DA-0000F8773CE9, 1219706147)
@@ -24,19 +24,19 @@ library ExternalObj
24
24
importlib("stdole2.tlb");
25
25
26
26
/*
27
- * V13 interface of extension to browser DOM's "external" object.
27
+ * V14 interface of extension to browser DOM's "external" object.
28
28
*/
29
- interface IWBExternal13 ;
29
+ interface IWBExternal14 ;
30
30
31
31
32
32
[
33
33
uuid(BA971829-ED4D-4092-BCAE-4B5DB1A2D74A),
34
- version(13 .0),
34
+ version(14 .0),
35
35
helpstring("DOM external object extender"),
36
36
dual,
37
37
oleautomation
38
38
]
39
- interface IWBExternal13 : IDispatch
39
+ interface IWBExternal14 : IDispatch
40
40
{
41
41
/*
42
42
* Update database from internet.
You can’t perform that action at this time.
0 commit comments