Skip to content

Commit 7588cfc

Browse files
author
delphidabbler
committed
Fix alignment of dispids with methods in external object definition
1 parent 6358ba5 commit 7588cfc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Src/ExternalObj.ridl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,25 +72,25 @@ library ExternalObj
7272
*/
7373
[id(0x0000006E)]
7474
HRESULT _stdcall DisplayCategory([in] BSTR CatID, [in] VARIANT_BOOL NewTab);
75-
[id(0x0000006F)]
7675

7776
/*
7877
* Open Snippets Editor ready to create a new snippet.
7978
*/
79+
[id(0x0000006F)]
8080
HRESULT _stdcall NewSnippet(void);
81-
[id(0x00000070)]
8281

8382
/*
8483
* Show news items from CodeSnip news feed.
8584
*/
85+
[id(0x00000070)]
8686
HRESULT _stdcall ShowNews(void);
87-
[id(0x00000071)]
8887

8988
/*
9089
* Display the program's About box.
9190
*/
91+
[id(0x00000071)]
9292
HRESULT _stdcall ShowAboutBox(void);
93-
93+
9494
};
9595

9696
};

0 commit comments

Comments
 (0)