MSYS touch.exe timestamp resolution issue on Wine-1.6

2013-10-12 Thread Alan W. Irwin
Under MSYS bash.exe if I use the touch command I only get 1-second resolution when reading the results. bash.exe-3.1$ touch touch1.test touch2.test bash.exe-3.1$ ls --full-time touch*.test -rw-r--r-- 1 wine 544 0 2013-10-12 13:57:58.0 -0700 touch1.test -rw-r--r-- 1 wine 544 0 2013-10-12

Re: d3d11 patch

2013-10-12 Thread Frédéric Delanoy
On Fri, Oct 11, 2013 at 7:20 PM, Max . asnl...@hotmail.com wrote: Hi, I would like to know when the first patchs for d3d11 will be introduce into wine ? Beginning of 2014 ? middle 2014 ? End 2014 ? Thanks, WIR

Re: mscoree: Add support for ICLRMetaHostPolicy interface

2013-10-12 Thread Dmitry Timoshkov
Alistair Leslie-Hughes leslie_alist...@hotmail.com wrote: +static HRESULT WINAPI metahostpolicy_QueryInterface(ICLRMetaHostPolicy *iface, REFIID riid, void **ppvObject) +{ +TRACE(%s %p\n, debugstr_guid(riid), ppvObject); + +if ( IsEqualGUID( riid, IID_ICLRMetaHostPolicy ) || +