Re: crypt32: Fix Quote-Handling

2011-01-10 Thread Christian Inci
Am 2011-01-11 00:02, schrieb Juan Lang: > Hi Christian, hi, > Adding tests that demonstrate that would help a great deal. I've sended my patches, they look a little bit weird, but they work. > Don't use Hungarian notation for internal functions, it's hard to > distinguish them from Win32 API functi

Re: crypt32: Fix Quote-Handling

2011-01-10 Thread Juan Lang
Hi Christian, > As tested on Windows(R) 7 Home Premium x64, "CertRDNValueToStr" Doesn't > handle the quoting. > Instead it's made on "CertNameToStr" with CERT_X500_NAME_STR flag. Adding tests that demonstrate that would help a great deal. A minor comment regarding the patch itself: +/* Only use

Re: sc2 performance (was: Wine and D3D)

2011-01-10 Thread Emanuele Oriani
Hi Stefan/Dan, following a couple of answers. 1) Apparently rendering is not multi-threaded. I've run the process as specified by Stefan and saved std::err on a file. The command grep ":d3d9:" /home/ema/sc2.log.txt | sed 's/:.*//g' | sort -u | uniq -c Produces only one value. 2) Stefan, do yo

sc2 performance (was: Wine and D3D)

2011-01-10 Thread Dan Kegel
emaen...@ngi.it wrote: >If during my tests I set the affinity of the executable (and >subsequently all its threads) to a particular core I have to say that >core gets fully used and FPS are better than general That's interesting. what cpu, gpu, and version of wine do you have, and what is the fps

Re: makefiles: Ignore mo files

2011-01-10 Thread Alexandre Julliard
Luca Bennati writes: > They get automatically generated if you use poedit to translate This should go in your local config, .gitignore is for files generated by the standard build process. -- Alexandre Julliard julli...@winehq.org