On 4/13/14, Ray Donnelly <[email protected]> wrote: > 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 <[email protected]> wrote: >> 2014-04-13 17:52 GMT+02:00 Ozkan Sezer <[email protected]>: >>> On 4/13/14, Ray Donnelly <[email protected]> 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 >> >
Pushed these revisions to svn: trunk: rev. 6566 stable/v3.x: rev. 6567 (direct merge of r6566) stable/v1.x and v2.x: rev. 6568 (merge of r5111 and 6566) -- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
