Re: Debugging 64-bit Wine Apps with winedbg

2010-10-08 Thread Eric Pouech
Le 24/09/2010 05:12, Peter Urbanec a écrit : On 24/09/10 06:43, Eric Pouech wrote: sure send me the .exe+pdb (+source) I'll have a look at it Source and binaries sent to Eric in private, so that the list isn't polluted with megabytes of binaries. If anyone else is interested in having a co

Re: [2/3] ntdll: Implement NtQuerySystemInformation/SystemLogicalProcessorInformation (try 5)

2010-10-08 Thread Rudolf Mayerhofer
>On Friday 08 October 2010 14:26:28 Alexandre Julliard wrote: >> Rudolf Mayerhofer writes: >> > +/*** >> > + * Several methods to retrieve data from SysFS (/sys) >> > + * used to retrieve cached_lpi in fill_cpu_info() >> > + */ >>

Re: [2/3] ntdll: Implement NtQuerySystemInformation/SystemLogicalProcessorInformation (try 5)

2010-10-08 Thread Rudolf Mayerhofer
On Friday 08 October 2010 14:26:28 Alexandre Julliard wrote: > Rudolf Mayerhofer writes: > > +/*** > > + * Several methods to retrieve data from SysFS (/sys) > > + * used to retrieve cached_lpi in fill_cpu_info() > > + */ > > +sta

Re: [2/3] ntdll: Implement NtQuerySystemInformation/SystemLogicalProcessorInformation (try 5)

2010-10-08 Thread Alexandre Julliard
Rudolf Mayerhofer writes: > +/*** > + * Several methods to retrieve data from SysFS (/sys) > + * used to retrieve cached_lpi in fill_cpu_info() > + */ > +static int sysfs_cpu_exists(int cpu) > +{ > +char buf[256]; > + > +

Re: [PATCH 2/2 (try2)] shlwapi: Handle URL_WININET_COMPATIBLITY flag in UrlCanonicalize

2010-10-08 Thread Alexandre Julliard
Andrew Eikum writes: > try2: Rebase on top of [1/2]. > > dlls/shlwapi/tests/url.c |4 > dlls/shlwapi/url.c |6 -- > 2 files changed, 8 insertions(+), 2 deletions(-) It breaks the tests: ../../../tools/runtest -q -P wine -M cryptnet.dll -T ../../.. -p cryptnet_t