Re: include: add initial d3dx10core.h
Can you replace the names of the methods arguments with some non-Hungarian alternatives? If nothing else, just to avoid having those declarations match those in the MS header character by character. Also please avoid tabs.
2015-03-03 13:21 GMT+01:00 Matteo Bruni <matteo.mystral(a)gmail.com>:
Can you replace the names of the methods arguments with some non-Hungarian alternatives? If nothing else, just to avoid having those declarations match those in the MS header character by character.
Also please avoid tabs.
Nikolay suggested on IRC to write this header in IDL for Wine. That would be a better option if it works (it should).
On Tue, Mar 3, 2015 at 6:56 AM, Matteo Bruni <matteo.mystral(a)gmail.com> wrote:
2015-03-03 13:21 GMT+01:00 Matteo Bruni <matteo.mystral(a)gmail.com>:
Can you replace the names of the methods arguments with some non-Hungarian alternatives? If nothing else, just to avoid having those declarations match those in the MS header character by character.
Also please avoid tabs.
Nikolay suggested on IRC to write this header in IDL for Wine. That would be a better option if it works (it should).
Sure. I was trying to keep to what the DXSDK was doing, but if an IDL is preferred, no problem. -- -Austin
On 03/03/2015 09:16 PM, Austin English wrote:
On Tue, Mar 3, 2015 at 6:56 AM, Matteo Bruni <matteo.mystral(a)gmail.com <mailto:matteo.mystral(a)gmail.com>> wrote:
2015-03-03 13:21 GMT+01:00 Matteo Bruni <matteo.mystral(a)gmail.com <mailto:matteo.mystral(a)gmail.com>>: > Can you replace the names of the methods arguments with some > non-Hungarian alternatives? If nothing else, just to avoid having > those declarations match those in the MS header character by > character. > > Also please avoid tabs.
Nikolay suggested on IRC to write this header in IDL for Wine. That would be a better option if it works (it should).
Sure. I was trying to keep to what the DXSDK was doing, but if an IDL is preferred, no problem. IDL is always preferred for COM interface declarations even if the SDK has only the .h file. Of course only if it is technical possible.
Converting the existing headers to IDL is a nice and trivial janitorial task.</hint> ;) bye michael
participants (3)
-
Austin English -
Matteo Bruni -
Michael Stefaniuc