Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reverse order of overloaded COM methods in vtable
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