Skip to content

Commit

Permalink
Reverse order of overloaded COM methods in vtable
Browse files Browse the repository at this point in the history
Puts overloaded COM methods in reverse order to follow MSVC ABI
convention. Also changes the naming convention to use an underscore
and a 1-based number for all overrides but the first, from the
current convention which is not consistent.

Tested with animations using the DirectComposition interfaces, which
are most of the changes. The main other cluster is font management
in DirectWrite.

Fixes retep998#523.
  • Loading branch information
raphlinus committed Nov 18, 2017
1 parent 7338a52 commit 347951a
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 252 deletions.
Loading

0 comments on commit 347951a

Please # to comment.