Can someone with commit rights take care of this for us please?

Best regards,

Ray.

On Sun, Apr 13, 2014 at 5:35 PM, Kai Tietz <ktiet...@googlemail.com> wrote:
> 2014-04-13 17:52 GMT+02:00 Ozkan Sezer <seze...@gmail.com>:
>> On 4/13/14, Ray Donnelly <mingw.andr...@gmail.com> wrote:
>>> Seems 3 imports were listed as C++ functions when they are plain C
>>> functions.
>>>
>>> The attached patch corrects this.
>>>
>>> Qt Creator 3.1.0-rc1 built with Qt-5.3.0-beta1 using Angleproject
>>> could not resolve dll imports without this change.
>>>
>>> Best regards,
>>>
>>> Ray.
>>>
>>
>> According to wine (wine/dlls/d3d9/), Direct3DShaderValidatorCreate9
>> must be a stdcall like Direct3DShaderValidatorCreate9@0. According to
>> wine again, several other exports in the def file are wrong too, e.g.
>> stdcall funcs DebugSetMute@0, D3DPERF_EndEvent@0, D3DPERF_GetStatus@0,
>> D3DPERF_QueryRepeatFrame@0, some of whose prototypes are actually
>> available so easy to confirm. However PSGPError, PSGPSampleTexture,
>> and DebugSetLevel are unknown. Many of these are undocumented, btw.
>>
>> --
>> O.S.
>
> Such .def file changes are preapproved. Please apply.
>
> Regards,
> Kai
>
> ------------------------------------------------------------------------------
> Put Bad Developers to Shame
> Dominate Development with Jenkins Continuous Integration
> Continuously Automate Build, Test & Deployment
> Start a new project now. Try Jenkins in the cloud.
> http://p.sf.net/sfu/13600_Cloudbees
> _______________________________________________
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to