Commit b233fc31 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Updated to use the latest COM macros, ICOM_VTABLE and ICOM_THIS.

Added the interface implementation structures. I remembered from an email that even when asked for a IDirectInputDeviceA what was returned was an IDirectInputDevice2A so I considered that we would only implement the latter. The IDirectInputDeviceA_xxx methods have been renamed to IDirectInputDevice2A_xxx, and we always return our IDirectInputDevice2A implementation as before. Renamed the implementation structures to XxxImpl.
parent f18c8df5
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment