Skip to content

Commit 9429bd1

Browse files
author
delphidabbler
committed
Update external object from v13 to v14
1 parent 7a9a1cc commit 9429bd1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Src/ExternalObj.ridl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
[
1414
uuid(DA95AEFB-3FB5-4A9E-9F9D-A53DD05CA7D4),
15-
version(13.0),
15+
version(14.0),
1616
helpstring("CodeSnip DOM External Object Extender Type Library"),
1717
custom(DE77BA64-517C-11D1-A2DA-0000F8773CE9, 117441012),
1818
custom(DE77BA63-517C-11D1-A2DA-0000F8773CE9, 1219706147)
@@ -24,19 +24,19 @@ library ExternalObj
2424
importlib("stdole2.tlb");
2525

2626
/*
27-
* V13 interface of extension to browser DOM's "external" object.
27+
* V14 interface of extension to browser DOM's "external" object.
2828
*/
29-
interface IWBExternal13;
29+
interface IWBExternal14;
3030

3131

3232
[
3333
uuid(BA971829-ED4D-4092-BCAE-4B5DB1A2D74A),
34-
version(13.0),
34+
version(14.0),
3535
helpstring("DOM external object extender"),
3636
dual,
3737
oleautomation
3838
]
39-
interface IWBExternal13: IDispatch
39+
interface IWBExternal14: IDispatch
4040
{
4141
/*
4242
* Update database from internet.

0 commit comments

Comments
 (0)