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.

------------------------------------------------------------------------------
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